1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-12 06:41:26 +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;
}; };