Skip to content

Commit

Permalink
fix call of function in filter_csg
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 13, 2023
1 parent e250b1e commit 6a7fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter_csg/intercept.h
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ namespace vcg {
Point3dt(makeFraction(v2.X()*subCellPrecision, subCellPrecision),
makeFraction(v2.Y()*subCellPrecision, subCellPrecision),
makeFraction(v2.Z()*subCellPrecision, subCellPrecision)),
i->cN().Normalize(),
i->cN().normalized(),
i->cQ());
}
}
Expand Down

0 comments on commit 6a7fd73

Please sign in to comment.