if optimize mode is on, then remove assets and free memory

This commit is contained in:
KadeDeveloper
2021-08-13 17:20:55 -07:00
parent c3020d9dff
commit 5eb3a66b0c
9 changed files with 49 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class MainMenuState extends MusicBeatState
override function create()
{
clean();
#if windows
// Updating Discord Rich Presence
DiscordClient.changePresence("In the Menus", null);