From 3f788084e9a7efec681f6770516942084fc35235 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 30 Oct 2025 16:18:07 -0400 Subject: pke: refactor FontRender to pk_bkt_arr --- src/static-ui.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/static-ui.hpp') diff --git a/src/static-ui.hpp b/src/static-ui.hpp index e4c86af..17301a1 100644 --- a/src/static-ui.hpp +++ b/src/static-ui.hpp @@ -141,10 +141,10 @@ struct pke_ui_box : public Entity_Base { // separate these if they become silly union pke_ui_box_type_data { struct pke_ui_box_type_data_text { - FontRenderHandle font_render_handle; + FontTypeRender font_type_render; } text; struct pke_ui_box_type_data_button_text { - FontRenderHandle font_render_handle; + FontTypeRender font_type_render; PkeEventHandle pke_event_handle; pk_ev_id_T ev_id; } button_text; -- cgit v1.2.3