1
0
mirror of synced 2024-11-28 17:40:51 +01:00

fix: Format string issue

This commit is contained in:
WerWolv 2023-11-08 12:51:39 +01:00
parent ad4e7c3355
commit 384c2a7701

View File

@ -2139,7 +2139,7 @@ namespace hex::plugin::builtin {
}
if (overflow)
ImGui::TextColored(ImGui::GetCustomColorVec4(ImGuiCustomCol_ToolbarRed), "hex.builtin.tools.euclidean_algorithm.overflow"_lang);
ImGui::TextFormattedColored(ImGui::GetCustomColorVec4(ImGuiCustomCol_ToolbarRed), "{}", "hex.builtin.tools.euclidean_algorithm.overflow"_lang);
else
ImGui::NewLine();