Skip to content

Commit 96d1324

Browse files
T5mplerAbnormalPoof
authored andcommitted
Fix a bug where holding down a note after dropping a previous one would sometimes not make its cover show.
1 parent 543d645 commit 96d1324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/funkin/play/notes/NoteHoldCover.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ class NoteHoldCover extends FlxTypedSpriteGroup<FlxSprite>
7171

7272
this.visible = false;
7373

74+
holdNote.cover = null;
75+
7476
if (glow != null) glow.visible = false;
7577
if (sparks != null) sparks.visible = false;
7678
}

0 commit comments

Comments
 (0)