diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/input_engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_engine.cpp b/src/input_common/input_engine.cpp index 9cfe0f232..965a2bdf1 100644 --- a/src/input_common/input_engine.cpp +++ b/src/input_common/input_engine.cpp | |||
| @@ -315,7 +315,7 @@ void InputEngine::TriggerOnMotionChange(const PadIdentifier& identifier, int mot | |||
| 315 | 315 | ||
| 316 | bool InputEngine::IsInputIdentifierEqual(const InputIdentifier& input_identifier, | 316 | bool InputEngine::IsInputIdentifierEqual(const InputIdentifier& input_identifier, |
| 317 | const PadIdentifier& identifier, EngineInputType type, | 317 | const PadIdentifier& identifier, EngineInputType type, |
| 318 | std::size_t index) const { | 318 | int index) const { |
| 319 | if (input_identifier.type != type) { | 319 | if (input_identifier.type != type) { |
| 320 | return false; | 320 | return false; |
| 321 | } | 321 | } |