mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
filter_meshing: Fix dangling reference
This commit is contained in:
parent
265ba18e13
commit
34b68e0cec
@ -79,6 +79,7 @@ void QuadricSimplification(CMeshO &m,int TargetFaceNum, bool Selected, tri::Tri
|
||||
if ((*vi).IsS()) (*vi).ClearS();
|
||||
}
|
||||
}
|
||||
tri::QHelper::TDp()=nullptr;
|
||||
}
|
||||
|
||||
|
||||
@ -139,5 +140,7 @@ void QuadricTexSimplification(CMeshO &m,int TargetFaceNum, bool Selected, tri::
|
||||
}
|
||||
}
|
||||
|
||||
tri::QuadricTexHelper<CMeshO>::TDp3()=nullptr;
|
||||
tri::QuadricTexHelper<CMeshO>::TDp()=nullptr;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user