Splash screen loads and displays correctly

This commit is contained in:
Kayne Ruse
2013-06-12 19:15:37 +10:00
parent cbd388f4ed
commit f3ec4d4d8e
3 changed files with 52 additions and 46 deletions
+4
View File
@@ -137,6 +137,10 @@ void SceneManager::Proc() {
void SceneManager::Quit() {
//clean up the services
netUtil->Close();
surfaceMgr->FreeAll();
//delete the services
configUtil = ServiceLocator<ConfigUtility>::Set(nullptr);
surfaceMgr = ServiceLocator<SurfaceManager>::Set(nullptr);
netUtil = ServiceLocator<UDPNetworkUtility>::Set(nullptr);