chore: adjusting terrain logic
This commit is contained in:
parent
a10e6d8ad4
commit
ed1d045ab1
4 changed files with 41 additions and 32 deletions
|
|
@ -17,7 +17,7 @@ public:
|
|||
|
||||
private:
|
||||
Ref<SurfaceTool> surface{ memnew(SurfaceTool) };
|
||||
Terrain *terrain{};
|
||||
Terrain *terrain{ nullptr };
|
||||
size_t detail{ 1 };
|
||||
size_t size{ 1 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue