diff --git a/source/funkin/ui/debug/charting/components/ChartEditorHoldNoteSprite.hx b/source/funkin/ui/debug/charting/components/ChartEditorHoldNoteSprite.hx index a7764907c..c7f7747c0 100644 --- a/source/funkin/ui/debug/charting/components/ChartEditorHoldNoteSprite.hx +++ b/source/funkin/ui/debug/charting/components/ChartEditorHoldNoteSprite.hx @@ -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 {