mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
No longer miss notes during ending cutscene
This commit is contained in:
parent
1fe554e24e
commit
332a81ec72
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue