diff --git a/src/OpenMesh/Core/Mesh/PolyMeshT.hh b/src/OpenMesh/Core/Mesh/PolyMeshT.hh index cd65fe00..a3180fb5 100644 --- a/src/OpenMesh/Core/Mesh/PolyMeshT.hh +++ b/src/OpenMesh/Core/Mesh/PolyMeshT.hh @@ -248,7 +248,7 @@ public: /// Update normal for halfedge _heh void update_normal(HalfedgeHandle _heh, const double _feature_angle = 0.8) - { this->set_normal(_heh, calc_halfedge_normal(_heh)); } + { this->set_normal(_heh, calc_halfedge_normal(_heh,_feature_angle)); } /** \brief Update normal vectors for all halfedges. *