Chunk is invisible until being surrounded by chunks in every direction

This commit is contained in:
MihailRis
2022-03-06 22:19:44 +03:00
committed by GitHub
parent 551d4cac85
commit aa08a0bc6b
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ public:
bool modified = true;
bool ready = false;
bool loaded = false;
int surrounding = 0;
int references = 1;
Chunk(int x, int y, int z);
~Chunk();