mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-01 09:37:00 +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
|
function onConversationComplete():Void
|
||||||
{
|
{
|
||||||
isInCutscene = true;
|
isInCutscene = false;
|
||||||
remove(currentConversation);
|
remove(currentConversation);
|
||||||
currentConversation = null;
|
currentConversation = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue