Skip to content
Snippets Groups Projects

Added missing final vertex normal update in compute_vertex_normal(...)

Closed Marcel Campen requested to merge campen-master-patch-21827 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -106,7 +106,7 @@ void NormalAttrib<GeomKernelT>::compute_vertex_normal(const VertexHandle& _vh) {
}
normal.normalize();
v_normals_[_vh] = normal;
}
} // Namespace OpenVolumeMesh
Loading