mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
Revert 'dynamicChanged' to be a 'misc' physics property
This commit is contained in:
parent
827daade1b
commit
8dec066c2b
1 changed files with 2 additions and 2 deletions
|
@ -1825,13 +1825,13 @@ bool EntityItemProperties::hasTerseUpdateChanges() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool EntityItemProperties::hasDynamicPhysicsChanges() const {
|
bool EntityItemProperties::hasDynamicPhysicsChanges() const {
|
||||||
return _dynamicChanged || _velocityChanged || _angularVelocityChanged || _accelerationChanged;
|
return _velocityChanged || _angularVelocityChanged || _accelerationChanged;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool EntityItemProperties::hasMiscPhysicsChanges() const {
|
bool EntityItemProperties::hasMiscPhysicsChanges() const {
|
||||||
return _gravityChanged || _dimensionsChanged || _densityChanged || _frictionChanged
|
return _gravityChanged || _dimensionsChanged || _densityChanged || _frictionChanged
|
||||||
|| _restitutionChanged || _dampingChanged || _angularDampingChanged || _registrationPointChanged ||
|
|| _restitutionChanged || _dampingChanged || _angularDampingChanged || _registrationPointChanged ||
|
||||||
_compoundShapeURLChanged || _collisionlessChanged || _collisionMaskChanged ||
|
_compoundShapeURLChanged || _dynamicChanged || _collisionlessChanged || _collisionMaskChanged ||
|
||||||
_rotationChanged || _positionChanged;
|
_rotationChanged || _positionChanged;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue