also fix black box thing
This commit is contained in:
parent
fd92f15cfa
commit
49ae5036e6
@ -1736,6 +1736,7 @@ class ChartingState extends MusicBeatState
|
||||
if (waitingForRelease)
|
||||
{
|
||||
trace(selectBox.width + " | " + selectBox.height);
|
||||
if (FlxG.mouse.x - selectBox.x > 0 && FlxG.mouse.y - selectBox.y > 0)
|
||||
selectBox.makeGraphic(Math.floor(FlxG.mouse.x - selectBox.x),Math.floor(FlxG.mouse.y - selectBox.y),FlxColor.fromRGB(173, 216, 230));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user