mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:25:42 -04:00
Fix Android build
This commit is contained in:
parent
3625834ea7
commit
605992f294
@ -1036,7 +1036,7 @@ void GPU_HW::DrawRendererStats(bool is_idle_frame)
|
||||
|
||||
ImGui::TextUnformatted("Texture Filtering:");
|
||||
ImGui::NextColumn();
|
||||
ImGui::TextColored((m_texture_filtering != GPUTextureFilter::Nearest) ? active_color : inactive_color,
|
||||
ImGui::TextColored((m_texture_filtering != GPUTextureFilter::Nearest) ? active_color : inactive_color, "%s",
|
||||
Settings::GetTextureFilterDisplayName(m_texture_filtering));
|
||||
ImGui::NextColumn();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user