X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FGenerator.cpp;h=c8621e75e42bc907d8656b1be33370a0b63ae2c2;hb=551573ecb04969696f916aeb5485658e298a7f6b;hp=3962252fa71837cf5152990a820dd03732f33ef1;hpb=39df551265bff648c1ac166043bb4b046122cc8d;p=blank.git diff --git a/src/world/Generator.cpp b/src/world/Generator.cpp index 3962252..c8621e7 100644 --- a/src/world/Generator.cpp +++ b/src/world/Generator.cpp @@ -47,8 +47,7 @@ void Generator::operator ()(Chunk &chunk) const noexcept { } } } - chunk.Invalidate(); - chunk.CheckUpdate(); + //chunk.CheckUpdate(); } }