FIX:delete useless code
jira: none Change-Id: I036cc0d18ad67a46db159537680943dfa1236538
This commit is contained in:
parent
9541e2d05e
commit
811e257936
|
@ -120,8 +120,7 @@ void _update_volume(TriangleMesh &&mesh, const DataUpdate &data, const Transform
|
||||||
|
|
||||||
Plater *plater = wxGetApp().plater();
|
Plater *plater = wxGetApp().plater();
|
||||||
// Check gizmo is still open otherwise job should be canceled
|
// Check gizmo is still open otherwise job should be canceled
|
||||||
assert(plater->canvas3D()->get_gizmos_manager().get_current_type() == GLGizmosManager::Emboss ||
|
assert(plater->canvas3D()->get_gizmos_manager().get_current_type() == GLGizmosManager::Svg);
|
||||||
plater->canvas3D()->get_gizmos_manager().get_current_type() == GLGizmosManager::Svg);
|
|
||||||
|
|
||||||
if (data.make_snapshot) {
|
if (data.make_snapshot) {
|
||||||
// TRN: This is the title of the action appearing in undo/redo stack.
|
// TRN: This is the title of the action appearing in undo/redo stack.
|
||||||
|
|
Loading…
Reference in New Issue