From a6ea7b7bbc66327cc2a957496f65dcfab5361cee Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:10:18 +0500 Subject: Update ImGui to a newer version with font scaling --- game/client/globals.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'game/client/globals.hh') diff --git a/game/client/globals.hh b/game/client/globals.hh index 0ed98ac..69ce29c 100644 --- a/game/client/globals.hh +++ b/game/client/globals.hh @@ -58,9 +58,8 @@ extern ENetHost* client_host; extern world::Dimension* dimension; extern entt::entity player; -extern ImFont* font_debug; -extern ImFont* font_default; -extern ImFont* font_chat; +extern ImFont* font_unscii16; +extern ImFont* font_unscii8; extern config::KeyBind* gui_keybind_ptr; extern config::GamepadAxis* gui_gamepad_axis_ptr; -- cgit