mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Revert 'dynamicChanged' to be a 'misc' physics property
This commit is contained in:
parent
acd85b379f
commit
0ef507c037
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