mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
Destroy the script manager after the window manager
This commit is contained in:
parent
164563f522
commit
cbb50c001b
@ -237,6 +237,7 @@
|
||||
Bug #8503: Camera does not handle NaN gracefully
|
||||
Bug #8541: Lua: util.color:asHex produces wrong output for some colors
|
||||
Bug #8567: Token replacement does not work via CLI and relative paths passed via the command line are not relative to the CWD
|
||||
Bug #8576: Crash on exit when unresolving containers with scripted items
|
||||
Feature #1415: Infinite fall failsafe
|
||||
Feature #2566: Handle NAM9 records for manual cell references
|
||||
Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking
|
||||
|
@ -404,8 +404,8 @@ OMW::Engine::~Engine()
|
||||
mMechanicsManager = nullptr;
|
||||
mDialogueManager = nullptr;
|
||||
mJournal = nullptr;
|
||||
mScriptManager = nullptr;
|
||||
mWindowManager = nullptr;
|
||||
mScriptManager = nullptr;
|
||||
mWorld = nullptr;
|
||||
mStereoManager = nullptr;
|
||||
mSoundManager = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user