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)
|
if (current_mask == binding->full_mask)
|
||||||
{
|
{
|
||||||
std::get<InputButtonEventHandler>(binding->handler)(0.0f);
|
std::get<InputButtonEventHandler>(binding->handler)(0);
|
||||||
matched = true;
|
matched = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue