mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 18:35:43 -04:00
ImGuiOverlays: Fix >1 controller display
This commit is contained in:
parent
1fbb848c52
commit
d80aa91d49
@ -629,9 +629,9 @@ void ImGuiManager::DrawInputsOverlay()
|
||||
continue;
|
||||
|
||||
if (cinfo->icon_name)
|
||||
text.append_format("{} {}", cinfo->icon_name, port + 1u);
|
||||
text.format("{} {}", cinfo->icon_name, port + 1u);
|
||||
else
|
||||
text.append_format("{} |", port + 1u);
|
||||
text.format("{} |", port + 1u);
|
||||
|
||||
for (const Controller::ControllerBindingInfo& bi : cinfo->bindings)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user