dimensions is a simulation restricted change

This commit is contained in:
Seth Alves 2018-12-13 14:20:29 -08:00
parent 0967a94557
commit 38cc2205ec

View file

@ -3605,6 +3605,7 @@ bool EntityItemProperties::hasSimulationRestrictedChanges() const {
return _positionChanged || _localPositionChanged
|| _rotationChanged || _localRotationChanged
|| _velocityChanged || _localVelocityChanged
|| _localDimensionsChanged || _dimensionsChanged
|| _angularVelocityChanged || _localAngularVelocityChanged
|| _accelerationChanged
|| _parentIDChanged || _parentJointIndexChanged;