mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-24 02:49:33 +00:00
-release fix
This commit is contained in:
parent
9b400bf7a1
commit
75dfed8229
|
@ -63,6 +63,7 @@ class ChartEditorHoldNoteSprite extends SustainTrail
|
||||||
fullSustainLength = sustainLength;
|
fullSustainLength = sustainLength;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if FLX_DEBUG
|
||||||
/**
|
/**
|
||||||
* Call this to override how debug bounding boxes are drawn for this sprite.
|
* Call this to override how debug bounding boxes are drawn for this sprite.
|
||||||
*/
|
*/
|
||||||
|
@ -79,6 +80,7 @@ class ChartEditorHoldNoteSprite extends SustainTrail
|
||||||
gfx.drawRect(rect.x, rect.y, rect.width, rect.height);
|
gfx.drawRect(rect.x, rect.y, rect.width, rect.height);
|
||||||
endDrawDebug(camera);
|
endDrawDebug(camera);
|
||||||
}
|
}
|
||||||
|
#end
|
||||||
|
|
||||||
function setup():Void
|
function setup():Void
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue