-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;
}
#if FLX_DEBUG
/**
* 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);
endDrawDebug(camera);
}
#end
function setup():Void
{