Add call for render

This commit is contained in:
Filip Sykala 2021-09-30 09:23:04 +02:00
parent 84f8ba9fb4
commit 6bd78aa9c4
3 changed files with 10 additions and 2 deletions

View file

@ -358,6 +358,10 @@ void GLGizmoSimplify::on_set_state()
}
}
void GLGizmoSimplify::render_painter_gizmo() const {
}
void GLGizmoSimplify::create_gui_cfg() {
if (m_gui_cfg.has_value()) return;
int space_size = m_imgui->calc_text_size(":MM").x;