mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 23:40:00 +02:00
progress on keep local voxels
This commit is contained in:
parent
0a6ddf108f
commit
f3aa82624f
1 changed files with 0 additions and 2 deletions
|
@ -703,8 +703,6 @@ void VoxelSystem::setupNewVoxelsForDrawingSingleNode(bool allowBailEarly) {
|
|||
return; // bail early, it hasn't been long enough since the last time we ran
|
||||
}
|
||||
|
||||
//checkForCulling(); // check for out of view and deleted voxels...
|
||||
|
||||
// lock on the buffer write lock so we can't modify the data when the GPU is reading it
|
||||
{
|
||||
PerformanceWarning warn(Menu::getInstance()->isOptionChecked(MenuOption::PipelineWarnings),
|
||||
|
|
Loading…
Reference in a new issue