mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #12867 from AdmiralCurtiss/uicommon-dependency
CMake dependency fixes
This commit is contained in:
@ -393,7 +393,7 @@ void OnScreenUI::DrawChallengesAndLeaderboards()
|
||||
ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoFocusOnAppearing))
|
||||
{
|
||||
for (const auto& value : leaderboard_progress)
|
||||
ImGui::Text(value.data());
|
||||
ImGui::TextUnformatted(value.c_str());
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
|
Reference in New Issue
Block a user