From 78aaf397925ac5b4cf6807578b60141ca746b4b8 Mon Sep 17 00:00:00 2001 From: Edward Li Date: Mon, 1 Feb 2021 22:56:12 +0800 Subject: [PATCH] Edit comment --- core/rend/gui_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rend/gui_util.h b/core/rend/gui_util.h index d35a4bc02..08a5e5635 100644 --- a/core/rend/gui_util.h +++ b/core/rend/gui_util.h @@ -67,4 +67,4 @@ static inline void ImGui_impl_RenderDrawData(ImDrawData *draw_data, bool save_ba void ScrollWhenDraggingOnVoid(const ImVec2& delta, ImGuiMouseButton mouse_button); IMGUI_API const ImWchar* GetGlyphRangesChineseSimplifiedOfficial();// Default + Half-Width + Japanese Hiragana/Katakana + set of 7800 CJK Unified Ideographs from General Standard Chinese Characters -IMGUI_API const ImWchar* GetGlyphRangesChineseTraditionalOfficial();// Default + Half-Width + Japanese Hiragana/Katakana + set of 2500 CJK Unified Ideographs from Hong Kong's List of Graphemes of Commonly-Used Chinese Characters +IMGUI_API const ImWchar* GetGlyphRangesChineseTraditionalOfficial();// Default + Half-Width + Japanese Hiragana/Katakana + set of 4700 CJK Unified Ideographs from Hong Kong's List of Graphemes of Commonly-Used Chinese Characters