Fixed typo.

This commit is contained in:
Wolfgang E. Sanyer 2017-02-26 21:45:42 -05:00 committed by wmayer
parent 2bc020d509
commit 1255ac62c2

View File

@ -131,7 +131,7 @@ void ViewProviderAddSub::updateAddSubShapeIndicator() {
// create or use the mesh on the data structure
#if OCC_VERSION_HEX >= 0x060600
BRepMesh_IncrementalMesh(cShape,deflection,Standard_False,
AngDeflectionRads,Standard_True);
deflection,Standard_True);
#else
BRepMesh_IncrementalMesh(cShape,deflection);
#endif