mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
- we love information hiding!
This commit is contained in:
parent
c6eecb81d7
commit
be3e17e7ad
@ -169,7 +169,7 @@ bool FilterLayerPlugin::applyFilter(QAction *filter, MeshDocument &md, RichParam
|
||||
numFacesSel = tri::UpdateSelection<CMeshO>::FaceCount(currentMesh->cm);
|
||||
numVertSel = tri::UpdateSelection<CMeshO>::VertexCount(currentMesh->cm);
|
||||
|
||||
destMesh->updateDataMask(currentMesh->dataMask());
|
||||
destMesh->updateDataMask(currentMesh);
|
||||
if(par.getBool("DeleteOriginal")) // delete original faces
|
||||
{
|
||||
CMeshO::VertexIterator vi;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user