mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Fix an uninitialized variable
This commit is contained in:
parent
744c5804ed
commit
91f6d87126
@ -117,6 +117,7 @@ namespace MWGui
|
|||||||
, mTranslationDataStorage (translationDataStorage)
|
, mTranslationDataStorage (translationDataStorage)
|
||||||
, mCursorManager(NULL)
|
, mCursorManager(NULL)
|
||||||
, mUseHardwareCursors(Settings::Manager::getBool("hardware cursors", "GUI"))
|
, mUseHardwareCursors(Settings::Manager::getBool("hardware cursors", "GUI"))
|
||||||
|
, mCursorVisible(true)
|
||||||
{
|
{
|
||||||
// Set up the GUI system
|
// Set up the GUI system
|
||||||
mGuiManager = new OEngine::GUI::MyGUIManager(mRendering->getWindow(), mRendering->getScene(), false, logpath);
|
mGuiManager = new OEngine::GUI::MyGUIManager(mRendering->getWindow(), mRendering->getScene(), false, logpath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user