chore: adjusting terrain logic

This commit is contained in:
Sara Gerretsen 2026-02-22 23:39:46 +01:00
parent a10e6d8ad4
commit ed1d045ab1
4 changed files with 41 additions and 32 deletions

View file

@ -17,7 +17,7 @@ public:
private:
Ref<SurfaceTool> surface{ memnew(SurfaceTool) };
Terrain *terrain{};
Terrain *terrain{ nullptr };
size_t detail{ 1 };
size_t size{ 1 };