Merge pull request #3049 from akortunov/master

Use correct mCursorActive flag initial value
pull/3050/head
Chris Djali 4 years ago committed by GitHub
commit 213525c372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -172,7 +172,7 @@ namespace MWGui
, mWerewolfOverlayEnabled(Settings::Manager::getBool ("werewolf overlay", "GUI"))
, mHudEnabled(true)
, mCursorVisible(true)
, mCursorActive(false)
, mCursorActive(true)
, mPlayerBounty(-1)
, mGui(nullptr)
, mGuiModes()

Loading…
Cancel
Save