forked from teamnwah/openmw-tes3coop
Fix an uninitialized variable
This commit is contained in:
parent
744c5804ed
commit
91f6d87126
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ namespace MWGui
|
|||
, mTranslationDataStorage (translationDataStorage)
|
||||
, mCursorManager(NULL)
|
||||
, mUseHardwareCursors(Settings::Manager::getBool("hardware cursors", "GUI"))
|
||||
, mCursorVisible(true)
|
||||
{
|
||||
// Set up the GUI system
|
||||
mGuiManager = new OEngine::GUI::MyGUIManager(mRendering->getWindow(), mRendering->getScene(), false, logpath);
|
||||
|
|
Loading…
Reference in a new issue