Skip to content

Commit

Permalink
i can NOT spell
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarcleint committed Feb 5, 2024
1 parent 298bc94 commit e9e7daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/game/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ class PlayState extends MusicBeatState
if (strLine != null) {
strLine.altAnim = cast event.params[0];

if (strumlines.characters != null) // Alt anim Idle
if (strLine.characters != null) // Alt anim Idle
for (character in strLine.characters) {
if (character == null) continue;
character.idleSuffix = event.params[1] ? "-alt" : "";
Expand Down

0 comments on commit e9e7daa

Please sign in to comment.