mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fix an exception during reload when container windows is active.
It is a regression in the animated containers feature.
This commit is contained in:
parent
d37cb871d6
commit
27737d4258
@ -161,6 +161,7 @@ namespace MWGui
|
||||
if (mModel)
|
||||
mModel->onClose();
|
||||
|
||||
if (!mPtr.isEmpty())
|
||||
MWBase::Environment::get().getMechanicsManager()->onClose(mPtr);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user