fixed font only returning 0 for id

This commit is contained in:
n00b
2025-01-04 17:32:26 -05:00
parent a7f13b98ad
commit 4723ed8c6f
11 changed files with 262 additions and 2460 deletions

View File

@@ -420,9 +420,10 @@ struct rc_font_obj
CGUITTFace* face;
CGUIFreetypeFont* font;
int font_size;
bool active;
};
irr::core::array<rc_font_obj*> rc_font;
irr::core::array<rc_font_obj> rc_font;
int rc_active_font = -1;