]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Generator.cpp
save and load chunk data
[blank.git] / src / world / Generator.cpp
index 3962252fa71837cf5152990a820dd03732f33ef1..c8621e75e42bc907d8656b1be33370a0b63ae2c2 100644 (file)
@@ -47,8 +47,7 @@ void Generator::operator ()(Chunk &chunk) const noexcept {
                        }
                }
        }
-       chunk.Invalidate();
-       chunk.CheckUpdate();
+       //chunk.CheckUpdate();
 }
 
 }