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::MenuItem("Reset",
#if __APPLE__
"R"
"Command-R"
#else
"Ctrl+R"
#endif