remove unneeded call to tellNeighborsToRecopyEdges

This commit is contained in:
Seth Alves 2019-09-05 08:04:09 -07:00
parent d86944baf4
commit 404b42c41e

View file

@ -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);