mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 21:06:00 +08:00
Follow-up of 2fb59e66c2b6f07a25cfa873fdeb1d820b2d78c4 - Removed obsolete assert
This commit is contained in:
parent
594e91e86a
commit
0b85569c3d
@ -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…
x
Reference in New Issue
Block a user