Chunks reload fix

This commit is contained in:
MihailRis
2023-11-23 15:05:46 +03:00
parent c518580577
commit 50aa5fdc70
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public:
void translate(int x, int z);
void resize(int newW, int newD);
void clear();
void saveAndClear();
};
#endif /* VOXELS_CHUNKS_H_ */