Skip to content

Commit

Permalink
change overlay.cpp to utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
GEEKiDoS committed Dec 18, 2024
1 parent 3b377ba commit b64d330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client/component/iidx/overlay.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <std_include.hpp>
#include <std_include.hpp>
#include "loader/component_loader.hpp"

#include <utils/memory.hpp>
Expand Down Expand Up @@ -418,7 +418,7 @@ namespace iidx::overlay

ImGui::SetCursorPosY(ImGui::GetCursorPosY() + 10);

ImGui::Text(reinterpret_cast<const char*>(u8"Íƶ¨ëyÒ׶È:"));
ImGui::Text(reinterpret_cast<const char*>(u8"推定難易度:"));

ImGui::PushFont(font_big);
ImGui::Text(note.difficulty.data());
Expand All @@ -428,7 +428,7 @@ namespace iidx::overlay

ImGui::SetCursorPosY(ImGui::GetCursorPosY() + 10);

ImGui::Text(reinterpret_cast<const char*>(u8"îÐÍÇГQ F9"));
ImGui::Text(reinterpret_cast<const char*>(u8"類型切換 F9"));

ImGui::End();
}
Expand Down

0 comments on commit b64d330

Please sign in to comment.