mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix
This commit is contained in:
parent
94b755d52e
commit
912f255e78
@ -160,7 +160,7 @@ void IsleApp::Close()
|
||||
Lego()->RemoveWorld(ds.GetAtomId(), ds.GetObjectId());
|
||||
Lego()->DeleteObject(ds);
|
||||
TransitionManager()->SetWaitIndicator(NULL);
|
||||
Lego()->StopTimer();
|
||||
Lego()->Resume();
|
||||
|
||||
while (Streamer()->Close(NULL) == SUCCESS) {
|
||||
}
|
||||
@ -284,7 +284,7 @@ int SDL_AppIterate(void* appstate)
|
||||
g_reqEnableRMDevice = FALSE;
|
||||
VideoManager()->EnableRMDevice();
|
||||
g_rmDisabled = FALSE;
|
||||
Lego()->StopTimer();
|
||||
Lego()->Resume();
|
||||
}
|
||||
|
||||
if (g_closed) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user