1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-04 08:51:35 +00:00

Merge pull request #2918 from akortunov/master

Fix ordering warning
This commit is contained in:
Andrei Kortunov 2020-06-18 19:20:54 +04:00 committed by GitHub
commit 01b1b7866c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}; };