Skip to content

Commit b55fb41

Browse files
authored
hey community can u check if left holds are still broken?
1 parent 8eee609 commit b55fb41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/funkin/game/Note.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@ class Note extends FlxSprite
154154
case 0:
155155
animation.addByPrefix('scroll', 'purple0');
156156
animation.addByPrefix('hold', 'purple hold piece');
157-
animation.addByPrefix('holdend', 'purple hold end');
158157
if (frames.getByName("pruple end hold") != null)
159158
animation.addByPrefix("holdend", "pruple end hold");
159+
else
160+
animation.addByPrefix('holdend', 'purple hold end');
160161
case 1:
161162
animation.addByPrefix('scroll', 'blue0');
162163
animation.addByPrefix('hold', 'blue hold piece');

0 commit comments

Comments
 (0)