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
@@ -28,7 +28,7 @@ World::~World(){
delete wfile;
}
void World::write(Level* level, bool writeChunks) {
void World::write(Level* level) {
Chunks* chunks = level->chunks;
for (size_t i = 0; i < chunks->volume; i++) {