From 0b85569c3d1b99b6d2bf13c5af680d5bd7bcec16 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Mon, 10 Oct 2022 08:29:51 +0200 Subject: [PATCH] Follow-up of 2fb59e66c2b6f07a25cfa873fdeb1d820b2d78c4 - Removed obsolete assert --- src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp b/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp index 15d6ea761f..79a800bf2e 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp @@ -1356,7 +1356,7 @@ void GLGizmoMeasure::on_render_input_window(float x, float y, float bottom_limit if (m_mode == EMode::BasicSelection) { switch (feature_type) { - default: { assert(false); break; } + default: { break; } case Measure::SurfaceFeatureType::Point: { Vec3d position = m_volume_matrix * m_curr_feature->get_point();