Added chunks counter to debug info screen

This commit is contained in:
MihailRis
2022-06-29 15:18:31 +03:00
committed by GitHub
parent 265ebc0927
commit 191b88192b
5 changed files with 10 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@ public:
Mesh** meshes;
Mesh** meshesSecond;
size_t volume;
size_t chunksCount;
unsigned int w,h,d;
int ox,oy,oz;