mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 03:42:27 +02:00
remove unneeded call to tellNeighborsToRecopyEdges
This commit is contained in:
parent
d86944baf4
commit
404b42c41e
1 changed files with 0 additions and 1 deletions
|
@ -916,7 +916,6 @@ void RenderablePolyVoxEntityItem::setVoxelVolumeSize(const glm::vec3& voxelVolum
|
|||
_volData.reset();
|
||||
_onCount = 0;
|
||||
_updateFromNeighborXEdge = _updateFromNeighborYEdge = _updateFromNeighborZEdge = true;
|
||||
tellNeighborsToRecopyEdges(true);
|
||||
startUpdates();
|
||||
|
||||
static const PolyVox::Vector3DInt32 lowCorner(0, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue