summaryrefslogtreecommitdiff
path: root/game/geoData.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/geoData.h')
-rw-r--r--game/geoData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/geoData.h b/game/geoData.h
index 03bc159..021b4c7 100644
--- a/game/geoData.h
+++ b/game/geoData.h
@@ -180,6 +180,7 @@ protected:
[[nodiscard]] GlobalPosition3D centre(const HalfedgeHandle) const;
void update_vertex_normals_only();
+ void update_vertex_normals_only(VertexIter start);
using OpenMesh::TriMesh_ArrayKernelT<GeoDataTraits>::split;
std::array<FaceHandle, 4> split(FaceHandle);