Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 13, 2024
1 parent bf43fd7 commit 251aca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/voxels/ChunksStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ 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 251aca7

Please sign in to comment.