mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
disable updateServerPhysicsVariables
This commit is contained in:
parent
630f1ce9d9
commit
ba6f6d19cc
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ EntityMotionState::~EntityMotionState() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void EntityMotionState::updateServerPhysicsVariables(uint32_t flags) {
|
void EntityMotionState::updateServerPhysicsVariables(uint32_t flags) {
|
||||||
|
/*
|
||||||
if (flags & EntityItem::DIRTY_POSITION) {
|
if (flags & EntityItem::DIRTY_POSITION) {
|
||||||
_sentPosition = _entity->getPosition();
|
_sentPosition = _entity->getPosition();
|
||||||
}
|
}
|
||||||
|
@ -60,6 +61,7 @@ void EntityMotionState::updateServerPhysicsVariables(uint32_t flags) {
|
||||||
if (flags & EntityItem::DIRTY_ANGULAR_VELOCITY) {
|
if (flags & EntityItem::DIRTY_ANGULAR_VELOCITY) {
|
||||||
_sentAngularVelocity = _entity->getAngularVelocity();
|
_sentAngularVelocity = _entity->getAngularVelocity();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// virtual
|
// virtual
|
||||||
|
|
Loading…
Reference in a new issue