diff --git a/source/funkin/play/notes/StrumlineNote.hx b/source/funkin/play/notes/StrumlineNote.hx index 16df9f502..f139d421f 100644 --- a/source/funkin/play/notes/StrumlineNote.hx +++ b/source/funkin/play/notes/StrumlineNote.hx @@ -103,7 +103,7 @@ class StrumlineNote extends FlxSprite public function playStatic():Void { - this.active = false; + this.active = true; this.playAnimation('static', true); }