]> git.localhorst.tv Git - blank.git/blobdiff - src/io/WorldSave.cpp
per block type "gravity"
[blank.git] / src / io / WorldSave.cpp
index 8422623f36746262f30e10f0d78942a44f635439..d483c915939407426fbab0d4a7c70387a9a11bce 100644 (file)
@@ -183,6 +183,7 @@ void WorldSave::Read(Chunk &chunk) const {
        if (gzclose(file) != Z_OK) {
                throw runtime_error("failed to read chunk file");
        }
+       chunk.ScanActive();
        chunk.InvalidateMesh();
        chunk.ClearSave();
 }