Changed Application exit call to asset manager

This commit is contained in:
Xiao Qi 2022-10-29 15:53:15 +08:00
parent c71a84cc59
commit 70533b1712
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ namespace Sandbox
SHSceneManager::Exit();
SHSystemManager::Exit();
SHAssetManager::Unload();
SHAssetManager::Exit();
}
}