Revert "test"

This reverts commit 251aca7abc13e269c1593745ce8ee08c7ccb1933.
This commit is contained in:
MihailRis 2024-12-13 08:02:26 +03:00
parent 251aca7abc
commit 76559cc9ac

View File

@ -29,7 +29,6 @@ inline long long keyfrom(int x, int z) {
static debug::Logger logger("chunks-storage");
ChunksStorage::ChunksStorage(Level* level) : level(level) {
chunksMap.max_load_factor(0.2f);
}
std::shared_ptr<Chunk> ChunksStorage::fetch(int x, int z) {