Fix an uninitialized variable

pull/16/head
scrawl 12 years ago
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…
Cancel
Save