mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 12:55:45 -04:00
InputManager: Warning fix
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user