Fix the game state of when dialogs should be popped up.
This commit is contained in:
@@ -837,7 +837,7 @@ namespace GUIEngine
|
||||
{
|
||||
widget->update(dt);
|
||||
}
|
||||
DialogQueue::get()->update();
|
||||
if (state == GUIEngine::MENU) DialogQueue::get()->update();
|
||||
}
|
||||
|
||||
// Hack : on the first frame, irrlicht processes all events that have been queued
|
||||
|
||||
Reference in New Issue
Block a user