forked from teamnwah/openmw-tes3coop
Issue #107: fixing WindowManager::removeDialog
This commit is contained in:
parent
a3b27ae756
commit
dbac3d2e5f
1 changed files with 0 additions and 1 deletions
|
@ -424,7 +424,6 @@ void WindowManager::updateSkillArea()
|
|||
|
||||
void WindowManager::removeDialog(OEngine::GUI::Layout*dialog)
|
||||
{
|
||||
assert(dialog);
|
||||
if (!dialog)
|
||||
return;
|
||||
dialog->setVisible(false);
|
||||
|
|
Loading…
Reference in a new issue