Fix data reception buffer not cleared after consumption

master
Marc Gilleron 2021-02-08 01:22:09 +00:00
parent 221cb5839f
commit 7f47b07e0c
1 changed files with 2 additions and 0 deletions

View File

@ -1171,6 +1171,8 @@ void VoxelLodTerrain::_process() {
_instancer->on_block_data_loaded(wob.position, wob.lod, std::move(wob.instances));
}
}
_reception_buffers.data_output.clear();
}
_stats.time_process_load_responses = profiling_clock.restart();