Skip to content

Commit 722ab18

Browse files
Update PlayState.hx
1 parent 9691617 commit 722ab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/game/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ class PlayState extends MusicBeatState
14241424
character.idleSuffix = event.params[1] ? "-alt" : "";
14251425
}
14261426

1427-
if (pickedIcon != null)
1427+
if (pickedIcon != null) // Alt icon
14281428
pickedIcon.setIcon(pickedIcon.curCharacter, pickedIcon.isPlayer, event.params[3] ? "-alt" : "");
14291429
}
14301430
case "Play Animation":

0 commit comments

Comments
 (0)