1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-24 02:49:33 +00:00

-release fix

This commit is contained in:
Cameron Taylor 2024-01-12 19:50:13 -05:00
parent 9b400bf7a1
commit 75dfed8229

View file

@ -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
{ {