From 75dfed8229312185eb3d648dd2e4b8d41134344a Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 12 Jan 2024 19:50:13 -0500 Subject: [PATCH] -release fix --- .../ui/debug/charting/components/ChartEditorHoldNoteSprite.hx | 2 ++ 1 file changed, 2 insertions(+) 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 {