summaryrefslogtreecommitdiff
path: root/game/geoData.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-01-05 01:09:01 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-01-05 01:09:01 +0000
commit917c081ddc1651381f83d8a9b0e095440419814a (patch)
tree978c5fcc7b79b5ebe1c2abd938124eb8bee52adb /game/geoData.cpp
parentFix curve walk edge case where the curve legitimately returns to the previous... (diff)
downloadilt-917c081ddc1651381f83d8a9b0e095440419814a.tar.bz2
ilt-917c081ddc1651381f83d8a9b0e095440419814a.tar.xz
ilt-917c081ddc1651381f83d8a9b0e095440419814a.zip
Helper to declare and add OpenMesh property declaratively
Diffstat (limited to 'game/geoData.cpp')
-rw-r--r--game/geoData.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/game/geoData.cpp b/game/geoData.cpp
index f0e38d0..950fb73 100644
--- a/game/geoData.cpp
+++ b/game/geoData.cpp
@@ -7,11 +7,6 @@
#include <ranges>
#include <set>
-GeoData::GeoData()
-{
- add_property(surface);
-}
-
GeoData
GeoData::loadFromAsciiGrid(const std::filesystem::path & input)
{