From 87e5c2f8d7d4843ec042dd84b63f067100977191 Mon Sep 17 00:00:00 2001 From: Joalor64 Date: Sun, 26 May 2024 20:40:41 -0400 Subject: [PATCH] Update PlayState.hx --- source/meta/state/PlayState.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/meta/state/PlayState.hx b/source/meta/state/PlayState.hx index 7d836d71..b80657a2 100644 --- a/source/meta/state/PlayState.hx +++ b/source/meta/state/PlayState.hx @@ -391,12 +391,12 @@ class PlayState extends MusicBeatState PauseSubState.fromPlayState = false; if (curStage != 'schoolEvil') - Application.current.window.title = 'Friday Night Funkin': Joalor64 Engine Rewritten - NOW PLAYING: ${SONG.song}' + (inMini) ? ' (Minigame Mode)' : ''; + Application.current.window.title = 'Friday Night Funkin\': Joalor64 Engine Rewritten - NOW PLAYING: ${SONG.song}' + (inMini) ? ' (Minigame Mode)' : ''; #if cpp cpp.vm.Gc.enable(true); #end - openfl.system.System.gc(); + System.gc(); Paths.clearStoredMemory(); @@ -4563,7 +4563,7 @@ class PlayState extends MusicBeatState public function endSong():Void { - openfl.system.System.gc(); + System.gc(); ButtplugUtils.stop();