Skip to content

Commit

Permalink
Turn block loading duplicate rejection back on
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed May 25, 2019
1 parent 5a7d0b6 commit 3465334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrain/voxel_provider_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3465334

Please sign in to comment.