Turn block loading duplicate rejection back on

master
Marc Gilleron 2019-05-25 14:31:01 +01:00
parent 5a7d0b6f1b
commit 34653341cf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ VoxelDataLoader::VoxelDataLoader(int thread_count, Ref<VoxelProvider> provider,
}
// TODO Re-enable duplicate rejection, was turned off to investigate some bugs
_mgr = memnew(Mgr(thread_count, 500, processors, false));
_mgr = memnew(Mgr(thread_count, 500, processors, true));
}
VoxelDataLoader::~VoxelDataLoader() {