mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-07 11:19:02 -04:00
Merge branch 'sellmesweetlittlecrashes' into 'master'
Clear the window manager before destroying singletons Closes #8576 See merge request OpenMW/openmw!4727
This commit is contained in:
commit
675146bd8b
@ -237,6 +237,7 @@
|
|||||||
Bug #8503: Camera does not handle NaN gracefully
|
Bug #8503: Camera does not handle NaN gracefully
|
||||||
Bug #8541: Lua: util.color:asHex produces wrong output for some colors
|
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 #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 #1415: Infinite fall failsafe
|
||||||
Feature #2566: Handle NAM9 records for manual cell references
|
Feature #2566: Handle NAM9 records for manual cell references
|
||||||
Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking
|
Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking
|
||||||
|
@ -404,8 +404,8 @@ OMW::Engine::~Engine()
|
|||||||
mMechanicsManager = nullptr;
|
mMechanicsManager = nullptr;
|
||||||
mDialogueManager = nullptr;
|
mDialogueManager = nullptr;
|
||||||
mJournal = nullptr;
|
mJournal = nullptr;
|
||||||
mScriptManager = nullptr;
|
|
||||||
mWindowManager = nullptr;
|
mWindowManager = nullptr;
|
||||||
|
mScriptManager = nullptr;
|
||||||
mWorld = nullptr;
|
mWorld = nullptr;
|
||||||
mStereoManager = nullptr;
|
mStereoManager = nullptr;
|
||||||
mSoundManager = nullptr;
|
mSoundManager = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user