Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored May 27, 2024
1 parent ecc86ea commit 87e5c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/meta/state/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -4563,7 +4563,7 @@ class PlayState extends MusicBeatState

public function endSong():Void
{
openfl.system.System.gc();
System.gc();

ButtplugUtils.stop();

Expand Down

0 comments on commit 87e5c2f

Please sign in to comment.