mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03:00
Remembering console commands between sessions
This commit is contained in:
parent
537f5b1b8e
commit
044d82a842
8 changed files with 89 additions and 7 deletions
|
@ -747,7 +747,7 @@ void OMW::Engine::prepareEngine()
|
|||
|
||||
mWindowManager = std::make_unique<MWGui::WindowManager>(mWindow, mViewer, guiRoot, mResourceSystem.get(),
|
||||
mWorkQueue.get(), mCfgMgr.getLogPath(), mScriptConsoleMode, mTranslationDataStorage, mEncoding,
|
||||
Version::getOpenmwVersionDescription(mResDir), shadersSupported);
|
||||
Version::getOpenmwVersionDescription(mResDir), shadersSupported, mCfgMgr);
|
||||
mEnvironment.setWindowManager(*mWindowManager);
|
||||
|
||||
mInputManager = std::make_unique<MWInput::InputManager>(mWindow, mViewer, mScreenCaptureHandler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue