1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:23:53 +00:00

fixed an issue with interactive messagebox

This commit is contained in:
scrawl 2012-05-24 12:05:43 +02:00
parent 7ebbc099b3
commit 57d834b14b

View file

@ -58,6 +58,7 @@ void MessageBoxManager::onFrame (float frameDuration)
if(mInterMessageBoxe != NULL && mInterMessageBoxe->mMarkedToDelete) {
delete mInterMessageBoxe;
mInterMessageBoxe = NULL;
mWindowManager->popGuiMode();
}
}