diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-04-26 16:34:19 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-04-26 16:34:19 +0100 |
commit | 0d0a9b2f56bedc0b9394b2ad9a1199ef2907f8f2 (patch) | |
tree | ff33d20acf1e6a672b217b928d6b0176147207a9 /game/geoData.h | |
parent | Don't return newly created faces from split (diff) | |
download | ilt-0d0a9b2f56bedc0b9394b2ad9a1199ef2907f8f2.tar.bz2 ilt-0d0a9b2f56bedc0b9394b2ad9a1199ef2907f8f2.tar.xz ilt-0d0a9b2f56bedc0b9394b2ad9a1199ef2907f8f2.zip |
Set the face surface type when setting height
Diffstat (limited to 'game/geoData.h')
-rw-r--r-- | game/geoData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/geoData.h b/game/geoData.h index 0c5cc6c..ed1734c 100644 --- a/game/geoData.h +++ b/game/geoData.h @@ -142,7 +142,7 @@ public: [[nodiscard]] HalfedgeHandle findEntry(const GlobalPosition2D from, const GlobalPosition2D to) const; - void setHeights(const std::span<const GlobalPosition3D> triangleStrip); + void setHeights(const std::span<const GlobalPosition3D> triangleStrip, const Surface &); [[nodiscard]] auto getExtents() const |