1
0
Fork 1
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:
Marc Zinnschlag 2012-08-12 10:52:29 +02:00
parent a3b27ae756
commit dbac3d2e5f

View file

@ -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);