1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-28 20:41:34 +00:00

Hotfix for message boxes locking up the game

This commit is contained in:
scrawl 2014-07-25 19:48:37 +02:00
parent 4421e7a5cc
commit 60499eff83

View file

@ -785,6 +785,7 @@ namespace MWGui
} else {
mMessageBoxManager->createInteractiveMessageBox(message, buttons);
MWBase::Environment::get().getInputManager()->changeInputMode(isGuiMode());
updateVisible();
}
}