mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Issue #107: fixing WindowManager::removeDialog
This commit is contained in:
parent
a3b27ae756
commit
dbac3d2e5f
@ -424,7 +424,6 @@ void WindowManager::updateSkillArea()
|
||||
|
||||
void WindowManager::removeDialog(OEngine::GUI::Layout*dialog)
|
||||
{
|
||||
assert(dialog);
|
||||
if (!dialog)
|
||||
return;
|
||||
dialog->setVisible(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user