Tech ENABLE_GLBEGIN_GLEND_REMOVAL - GLGizmoPainterBase circle
This commit is contained in:
parent
0a177d0e06
commit
0e3a3aa522
13 changed files with 101 additions and 20 deletions
|
@ -130,7 +130,11 @@ bool GLGizmoMmuSegmentation::on_init()
|
|||
return true;
|
||||
}
|
||||
|
||||
#if ENABLE_GLBEGIN_GLEND_REMOVAL
|
||||
void GLGizmoMmuSegmentation::render_painter_gizmo()
|
||||
#else
|
||||
void GLGizmoMmuSegmentation::render_painter_gizmo() const
|
||||
#endif // ENABLE_GLBEGIN_GLEND_REMOVAL
|
||||
{
|
||||
const Selection& selection = m_parent.get_selection();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue