Follow-up of 2fb59e66c2b6f07a25cfa873fdeb1d820b2d78c4 - Removed obsolete assert

This commit is contained in:
enricoturri1966 2022-10-10 08:29:51 +02:00
parent 594e91e86a
commit 0b85569c3d

View File

@ -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();