diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-10-30 16:18:07 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-10-30 16:18:07 -0400 |
| commit | 3f788084e9a7efec681f6770516942084fc35235 (patch) | |
| tree | ea9be12ac92959b855d1ae7e2025fe137471f41a /src/static-ui.hpp | |
| parent | 59467da83d60e7bcd92cdb60f08f9d331f6ee537 (diff) | |
pke: refactor FontRender to pk_bkt_arr
Diffstat (limited to 'src/static-ui.hpp')
| -rw-r--r-- | src/static-ui.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
