mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 12:35:42 -04:00
CommonHostInterface: Fix minor log message typo
This commit is contained in:
parent
b141042952
commit
8a94fc944a
@ -1154,7 +1154,7 @@ bool CommonHostInterface::AddAxisToInputMap(const std::string& binding, const st
|
|||||||
if (!axis_index ||
|
if (!axis_index ||
|
||||||
!m_controller_interface->BindControllerAxis(*controller_index, *axis_index, std::move(handler)))
|
!m_controller_interface->BindControllerAxis(*controller_index, *axis_index, std::move(handler)))
|
||||||
{
|
{
|
||||||
Log_WarningPrintf("Failed to bind controller axis '%s' to axi", binding.c_str());
|
Log_WarningPrintf("Failed to bind controller axis '%s' to axis", binding.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user