mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03:00
Merge branch 'console_history' into 'master'
Remembering console commands between sessions Closes #7125 See merge request OpenMW/openmw!2603
This commit is contained in:
commit
b385f27f86
8 changed files with 89 additions and 7 deletions
|
@ -749,7 +749,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