mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 06:53:52 +00:00
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)
|
void WindowManager::removeDialog(OEngine::GUI::Layout*dialog)
|
||||||
{
|
{
|
||||||
assert(dialog);
|
|
||||||
if (!dialog)
|
if (!dialog)
|
||||||
return;
|
return;
|
||||||
dialog->setVisible(false);
|
dialog->setVisible(false);
|
||||||
|
|
Loading…
Reference in a new issue