mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Fixes crash on quickload from the container menu (bug #4239)
This commit is contained in:
parent
55db3c2712
commit
8decd35607
@ -154,7 +154,8 @@ namespace MWGui
|
||||
{
|
||||
WindowBase::onClose();
|
||||
|
||||
mModel->onClose();
|
||||
if (mModel)
|
||||
mModel->onClose();
|
||||
}
|
||||
|
||||
void ContainerWindow::onCloseButtonClicked(MyGUI::Widget* _sender)
|
||||
|
Loading…
x
Reference in New Issue
Block a user