mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Use correct mCursorActive flag initial value
This commit is contained in:
parent
2bfee281fd
commit
482f04c836
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue