mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
-release fix
This commit is contained in:
parent
9b400bf7a1
commit
75dfed8229
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue