mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-14 06:48:40 -04: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)
|
void WindowManager::removeDialog(OEngine::GUI::Layout*dialog)
|
||||||
{
|
{
|
||||||
assert(dialog);
|
|
||||||
if (!dialog)
|
if (!dialog)
|
||||||
return;
|
return;
|
||||||
dialog->setVisible(false);
|
dialog->setVisible(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user