Sphere selection added as an option for painting gizmos

This commit is contained in:
Lukas Matena
2020-10-01 00:05:01 +02:00
parent c696e6ec19
commit 1ca8120398
6 changed files with 103 additions and 10 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void GLGizmoFdmSupports::on_render() const
render_triangles(selection);
m_c->object_clipper()->render_cut();
render_cursor_circle();
render_cursor();
glsafe(::glDisable(GL_BLEND));
}