Fix Minimize cases when can't open GizmoEmboss due to can't create object.

This commit is contained in:
Filip Sykala 2021-10-14 10:05:52 +02:00
parent 4a406e27d4
commit f2e61f295f
2 changed files with 45 additions and 8 deletions

View file

@ -53,6 +53,8 @@ private:
void draw_text_input();
void draw_advanced();
bool create_default_model_object();
bool load_font();
// try to set font_index
bool load_font(size_t font_index);