diff --git a/source/funkin/game/StrumLine.hx b/source/funkin/game/StrumLine.hx index 319f64ac6..fca491ca9 100644 --- a/source/funkin/game/StrumLine.hx +++ b/source/funkin/game/StrumLine.hx @@ -343,7 +343,7 @@ class StrumLine extends FlxTypedGroup { str.updatePlayerInput(__pressed[str.ID], __justPressed[str.ID], __justReleased[str.ID]); }); - PlayState.instance.gameAndCharsCall("onPostInputUpdate"); + PlayState.instance.gameAndCharsEvent("onPostInputUpdate", event); } /** @@ -475,4 +475,4 @@ class StrumLine extends FlxTypedGroup { return animSuffix == "-alt"; } #end -} \ No newline at end of file +}