Merge pull request #2918 from akortunov/master

Fix ordering warning
pull/2920/head
Andrei Kortunov 5 years ago committed by GitHub
commit 01b1b7866c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,8 +56,8 @@ namespace MWInput
float mSneakToggleShortcutTimer;
float mGamepadZoom;
bool mGamepadGuiCursorEnabled;
bool mJoystickLastUsed;
bool mGuiCursorEnabled;
bool mJoystickLastUsed;
bool mSneakGamepadShortcut;
bool mGamepadPreviewMode;
};

Loading…
Cancel
Save