InputManager: Warning fix
This commit is contained in:
parent
2e3d924bc6
commit
5fee6f5abe
|
@ -967,7 +967,7 @@ void InputManager::ClearBindStateFromSource(InputBindingKey key)
|
|||
|
||||
if (current_mask == binding->full_mask)
|
||||
{
|
||||
std::get<InputButtonEventHandler>(binding->handler)(0.0f);
|
||||
std::get<InputButtonEventHandler>(binding->handler)(0);
|
||||
matched = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue