forked from mirror/openmw-tes3mp
Merge pull request #1575
This commit is contained in:
commit
ff1226c96b
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ namespace MWGui
|
|||
{
|
||||
WindowBase::onClose();
|
||||
|
||||
mModel->onClose();
|
||||
if (mModel)
|
||||
mModel->onClose();
|
||||
}
|
||||
|
||||
void ContainerWindow::onCloseButtonClicked(MyGUI::Widget* _sender)
|
||||
|
|
Loading…
Reference in a new issue