Skip to content

Commit

Permalink
Oop
Browse files Browse the repository at this point in the history
  • Loading branch information
superpowers04 committed Jan 11, 2025
1 parent dc2d447 commit ab3f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ab3f512

Please sign in to comment.