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 237
237
Bug #8503: Camera does not handle NaN gracefully
238
238
Bug #8541: Lua: util.color:asHex produces wrong output for some colors
239
239
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
240
241
Feature #1415: Infinite fall failsafe
241
242
Feature #2566: Handle NAM9 records for manual cell references
242
243
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()
404
404
mMechanicsManager = nullptr ;
405
405
mDialogueManager = nullptr ;
406
406
mJournal = nullptr ;
407
- mScriptManager = nullptr ;
408
407
mWindowManager = nullptr ;
408
+ mScriptManager = nullptr ;
409
409
mWorld = nullptr ;
410
410
mStereoManager = nullptr ;
411
411
mSoundManager = nullptr ;
You can’t perform that action at this time.
0 commit comments