mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
dimensions is a simulation restricted change
This commit is contained in:
parent
0967a94557
commit
38cc2205ec
1 changed files with 1 additions and 0 deletions
|
@ -3605,6 +3605,7 @@ bool EntityItemProperties::hasSimulationRestrictedChanges() const {
|
|||
return _positionChanged || _localPositionChanged
|
||||
|| _rotationChanged || _localRotationChanged
|
||||
|| _velocityChanged || _localVelocityChanged
|
||||
|| _localDimensionsChanged || _dimensionsChanged
|
||||
|| _angularVelocityChanged || _localAngularVelocityChanged
|
||||
|| _accelerationChanged
|
||||
|| _parentIDChanged || _parentJointIndexChanged;
|
||||
|
|
Loading…
Reference in a new issue