1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-30 01:11:34 +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;