From ab3f512c07be92fb654dd9a64879bf144903333f Mon Sep 17 00:00:00 2001 From: Super <38338700+superpowers04@users.noreply.github.com> Date: Sat, 11 Jan 2025 03:09:54 -0500 Subject: [PATCH] Oop --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 5e0d98b..58050d0 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -675,8 +675,8 @@ class PlayState extends ScriptMusicBeatState SEProfiler.qStart('Playstate loading'); scriptSubDirectory = ""; SELoader.gc(); - LoadingScreen.loadingText = 'Loading playstate variables'; LoadingScreen.profiling=SESave.data.profiler; + LoadingScreen.loadingText = 'Loading playstate variables'; parseMoreInterps = (QuickOptionsSubState.getSetting("Song hscripts") || isStoryMode); instance?.destroy(); ScriptMusicBeatState.instance=cast(instance=this);