From 737ce277a6e49d88a04be1e384eef09d486f513b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 6 Apr 2024 00:47:37 +0100 Subject: Split water from terrain Shares the geo data instance, and still has the same implementation at this stage. --- application/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application') diff --git a/application/main.cpp b/application/main.cpp index adaec9b..f0ba8bb 100644 --- a/application/main.cpp +++ b/application/main.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include // IWYU pragma: keep @@ -43,6 +44,7 @@ public: windows.create(DISPLAY_WIDTH, DISPLAY_HEIGHT); world.create(geoData); + world.create(geoData); assets = AssetFactory::loadAll("res"); { -- cgit v1.2.3