diff options
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; |
