mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Fix an uninitialized variable
This commit is contained in:
parent
744c5804ed
commit
91f6d87126
@ -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…
x
Reference in New Issue
Block a user