mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:36:44 +02:00
remove unneeded call to computeShapeInfoWorker
This commit is contained in:
parent
a5cd3ff046
commit
540af4afcb
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ void RenderablePolyVoxEntityItem::setVoxelData(QByteArray voxelData) {
|
||||||
_voxelDataDirty = true;
|
_voxelDataDirty = true;
|
||||||
_voxelDataLock.unlock();
|
_voxelDataLock.unlock();
|
||||||
decompressVolumeData();
|
decompressVolumeData();
|
||||||
computeShapeInfoWorker();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue