Follow-up of 2fb59e66c2
- Removed obsolete assert
This commit is contained in:
parent
594e91e86a
commit
0b85569c3d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue