mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00: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)
|
, m_show_picking_texture(false)
|
||||||
#endif // ENABLE_RENDER_PICKING_PASS
|
#endif // ENABLE_RENDER_PICKING_PASS
|
||||||
, m_render_sla_auxiliaries(true)
|
, m_render_sla_auxiliaries(true)
|
||||||
|
#if ENABLE_SHOW_SCENE_LABELS
|
||||||
, m_labels(*this)
|
, m_labels(*this)
|
||||||
|
#endif // ENABLE_SHOW_SCENE_LABELS
|
||||||
{
|
{
|
||||||
if (m_canvas != nullptr) {
|
if (m_canvas != nullptr) {
|
||||||
m_timer.SetOwner(m_canvas);
|
m_timer.SetOwner(m_canvas);
|
||||||
|
|||||||
Reference in New Issue
Block a user