mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
remove debug print for something that no longer exists
This commit is contained in:
parent
73a1265624
commit
b472edbebb
1 changed files with 0 additions and 1 deletions
|
@ -766,7 +766,6 @@ void EntityItem::simulateKinematicMotion(float timeElapsed) {
|
||||||
qCDebug(entities) << " damping:" << _damping;
|
qCDebug(entities) << " damping:" << _damping;
|
||||||
qCDebug(entities) << " velocity AFTER dampingResistance:" << velocity;
|
qCDebug(entities) << " velocity AFTER dampingResistance:" << velocity;
|
||||||
qCDebug(entities) << " glm::length(velocity):" << glm::length(velocity);
|
qCDebug(entities) << " glm::length(velocity):" << glm::length(velocity);
|
||||||
qCDebug(entities) << " velocityEspilon :" << ENTITY_ITEM_EPSILON_VELOCITY_LENGTH;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue