Removed constness from a few renderXXX() methods
This commit is contained in:
parent
66d43b882e
commit
599a4d97e3
4 changed files with 26 additions and 28 deletions
|
@ -5175,7 +5175,7 @@ void GLCanvas3D::_render_objects()
|
|||
m_camera_clipping_plane = ClippingPlane::ClipsNothing();
|
||||
}
|
||||
|
||||
void GLCanvas3D::_render_gcode() const
|
||||
void GLCanvas3D::_render_gcode()
|
||||
{
|
||||
m_gcode_viewer.render();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue