Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 251aca7.
  • Loading branch information
MihailRis committed Dec 13, 2024
1 parent 251aca7 commit 76559cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/voxels/ChunksStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 76559cc

Please sign in to comment.