summaryrefslogtreecommitdiff
path: root/game/geoData.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/geoData.h')
-rw-r--r--game/geoData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/geoData.h b/game/geoData.h
index 1a93d03..586b48d 100644
--- a/game/geoData.h
+++ b/game/geoData.h
@@ -73,7 +73,7 @@ public:
}
protected:
- [[nodiscard]] VertexHandle setPoint(GlobalPosition3D point, const SetHeightsOpts &);
+ [[nodiscard]] VertexHandle setPoint(GlobalPosition3D point, RelativeDistance nearNodeTolerance);
void updateAllVertexNormals();
template<std::ranges::range R> void updateAllVertexNormals(const R &);
void updateVertexNormal(VertexHandle);