File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 237237 Bug #8503: Camera does not handle NaN gracefully
238238 Bug #8541: Lua: util.color:asHex produces wrong output for some colors
239239 Bug #8567: Token replacement does not work via CLI and relative paths passed via the command line are not relative to the CWD
240+ Bug #8576: Crash on exit when unresolving containers with scripted items
240241 Feature #1415: Infinite fall failsafe
241242 Feature #2566: Handle NAM9 records for manual cell references
242243 Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking
Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ OMW::Engine::~Engine()
404404 mMechanicsManager = nullptr ;
405405 mDialogueManager = nullptr ;
406406 mJournal = nullptr ;
407- mScriptManager = nullptr ;
408407 mWindowManager = nullptr ;
408+ mScriptManager = nullptr ;
409409 mWorld = nullptr ;
410410 mStereoManager = nullptr ;
411411 mSoundManager = nullptr ;
You can’t perform that action at this time.
0 commit comments