mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
remove some debug cruft
This commit is contained in:
parent
872622c6f7
commit
2bd83764e7
1 changed files with 0 additions and 3 deletions
|
@ -444,9 +444,6 @@ void EntityMotionState::sendUpdate(OctreeEditPacketSender* packetSender, uint32_
|
||||||
_numInactiveUpdates++;
|
_numInactiveUpdates++;
|
||||||
} else {
|
} else {
|
||||||
glm::vec3 gravity = _entity->getGravity();
|
glm::vec3 gravity = _entity->getGravity();
|
||||||
glm::vec3 error = _measuredAcceleration - gravity;
|
|
||||||
float errorLength = glm::length(error);
|
|
||||||
int numSteps = (int)(step - _lastStep);
|
|
||||||
|
|
||||||
// if this entity has been accelerated at close to gravity for a certain number of simulation-steps, let
|
// if this entity has been accelerated at close to gravity for a certain number of simulation-steps, let
|
||||||
// the entity server's estimates include gravity.
|
// the entity server's estimates include gravity.
|
||||||
|
|
Loading…
Reference in a new issue