1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-17 19:20:49 +00:00

Merge branch 'stereo_manager' into 'master'

Destruct Stereo::Manager after World (#6767)

Closes #6767

See merge request OpenMW/openmw!1898
This commit is contained in:
AnyOldName3 2022-05-21 17:02:38 +00:00
commit 6cf77c3c52

View File

@ -468,14 +468,13 @@ OMW::Engine::~Engine()
if (mScreenCaptureOperation != nullptr)
mScreenCaptureOperation->stop();
mStereoManager = nullptr;
mMechanicsManager = nullptr;
mDialogueManager = nullptr;
mJournal = nullptr;
mScriptManager = nullptr;
mWindowManager = nullptr;
mWorld = nullptr;
mStereoManager = nullptr;
mSoundManager = nullptr;
mInputManager = nullptr;
mStateManager = nullptr;