mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-06 07:30:49 +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();
|
_volData.reset();
|
||||||
_onCount = 0;
|
_onCount = 0;
|
||||||
_updateFromNeighborXEdge = _updateFromNeighborYEdge = _updateFromNeighborZEdge = true;
|
_updateFromNeighborXEdge = _updateFromNeighborYEdge = _updateFromNeighborZEdge = true;
|
||||||
tellNeighborsToRecopyEdges(true);
|
|
||||||
startUpdates();
|
startUpdates();
|
||||||
|
|
||||||
static const PolyVox::Vector3DInt32 lowCorner(0, 0, 0);
|
static const PolyVox::Vector3DInt32 lowCorner(0, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue