mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
if someone else changes a polyvox, we need to localy recompute the collision shape
This commit is contained in:
parent
92b5fe3457
commit
1ac5c19f44
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ void RenderablePolyVoxEntityItem::setVoxelData(QByteArray voxelData) {
|
|||
_voxelDataDirty = true;
|
||||
_voxelDataLock.unlock();
|
||||
decompressVolumeData();
|
||||
computeShapeInfoWorker();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue