diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index ab693ef46..a6e4b4632 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -1032,7 +1032,7 @@ class PlayState extends MusicBeatSubState if (isInCutscene && !disableKeys) handleCutsceneKeys(elapsed); // Moving notes into position is now done by Strumline.update(). - processNotes(elapsed); + if (!isInCutscene) processNotes(elapsed); justUnpaused = false; }