mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fixed mmissing #if ENABLE_SHOW_SCENE_LABELS
This commit is contained in:
@@ -1442,7 +1442,9 @@ GLCanvas3D::GLCanvas3D(wxGLCanvas* canvas, Bed3D& bed, Camera& camera, GLToolbar
|
||||
, m_show_picking_texture(false)
|
||||
#endif // ENABLE_RENDER_PICKING_PASS
|
||||
, m_render_sla_auxiliaries(true)
|
||||
#if ENABLE_SHOW_SCENE_LABELS
|
||||
, m_labels(*this)
|
||||
#endif // ENABLE_SHOW_SCENE_LABELS
|
||||
{
|
||||
if (m_canvas != nullptr) {
|
||||
m_timer.SetOwner(m_canvas);
|
||||
|
||||
Reference in New Issue
Block a user