test
This commit is contained in:
parent
bf43fd71bf
commit
251aca7abc
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user