mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Fix ordering warning
This commit is contained in:
parent
c3dc0e62e8
commit
1541c7e5eb
1 changed files with 1 additions and 1 deletions
|
@ -56,8 +56,8 @@ namespace MWInput
|
|||
float mSneakToggleShortcutTimer;
|
||||
float mGamepadZoom;
|
||||
bool mGamepadGuiCursorEnabled;
|
||||
bool mJoystickLastUsed;
|
||||
bool mGuiCursorEnabled;
|
||||
bool mJoystickLastUsed;
|
||||
bool mSneakGamepadShortcut;
|
||||
bool mGamepadPreviewMode;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue