diff --git a/source/funkin/game/PlayState.hx b/source/funkin/game/PlayState.hx index c4122353b..92f1e4df2 100644 --- a/source/funkin/game/PlayState.hx +++ b/source/funkin/game/PlayState.hx @@ -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" : "";