From e26c01fe66bc698555fdee9d681b3abd6822848a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 22 Aug 2017 00:17:03 +0300 Subject: Remove some parentheses. --- src/input/inputmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/inputmanager.cpp') diff --git a/src/input/inputmanager.cpp b/src/input/inputmanager.cpp index 814e2ac76..b0aa18da5 100644 --- a/src/input/inputmanager.cpp +++ b/src/input/inputmanager.cpp @@ -816,8 +816,8 @@ bool InputManager::checkKey(const InputActionData *restrict const key) const if ((key == nullptr) || (key->condition & mMask) != key->condition) return false; - return (key->modKeyIndex == InputAction::NO_VALUE - || isActionActive0(key->modKeyIndex)); + return key->modKeyIndex == InputAction::NO_VALUE + || isActionActive0(key->modKeyIndex); } bool InputManager::invokeKey(const InputActionData *restrict const key, -- cgit v1.2.3-70-g09d2