mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-22 16:39:40 +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 mSneakToggleShortcutTimer;
|
||||||
float mGamepadZoom;
|
float mGamepadZoom;
|
||||||
bool mGamepadGuiCursorEnabled;
|
bool mGamepadGuiCursorEnabled;
|
||||||
bool mJoystickLastUsed;
|
|
||||||
bool mGuiCursorEnabled;
|
bool mGuiCursorEnabled;
|
||||||
|
bool mJoystickLastUsed;
|
||||||
bool mSneakGamepadShortcut;
|
bool mSneakGamepadShortcut;
|
||||||
bool mGamepadPreviewMode;
|
bool mGamepadPreviewMode;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue