special char doesn't work with default imgui font

This commit is contained in:
briaguya 2022-06-28 10:13:55 -04:00 committed by Kenix3
parent 21142bdb26
commit 923bf3b0e4

View file

@ -779,7 +779,7 @@ namespace SohImGui {
if (ImGui::BeginMenu("Shipwright")) { if (ImGui::BeginMenu("Shipwright")) {
if (ImGui::MenuItem("Reset", if (ImGui::MenuItem("Reset",
#if __APPLE__ #if __APPLE__
"R" "Command-R"
#else #else
"Ctrl+R" "Ctrl+R"
#endif #endif