comment to build on mac

This commit is contained in:
Filip Sykala 2021-09-10 14:46:37 +02:00
parent 02f6b1efe9
commit df50110ba7

View file

@ -127,7 +127,7 @@ void GLGizmoEmboss::on_render_input_window(float x, float y, float bottom_limit)
wxString fontDesc(fontName);
wxFont font(fontDesc);
//font.IsOk()
m_font = Emboss::load_font(font.GetHFONT());
// m_font = Emboss::load_font(font.GetHFONT()); // load font os specific
m_font_glyph_cache.clear();
process();
}