From e9e7daafe047efd710b2a02f20f53575c57e9ef7 Mon Sep 17 00:00:00 2001 From: lunarcleint <88809950+lunarcleint@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:49:22 -0700 Subject: [PATCH] i can NOT spell --- source/funkin/game/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" : "";