mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-01 01:26:55 +00:00
fixed cutscene skipping too fast from disabling inputs
This commit is contained in:
parent
1670cb70d0
commit
08845915ea
|
@ -1641,7 +1641,7 @@ class PlayState extends MusicBeatSubState
|
|||
*/
|
||||
function onConversationComplete():Void
|
||||
{
|
||||
isInCutscene = true;
|
||||
isInCutscene = false;
|
||||
remove(currentConversation);
|
||||
currentConversation = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue