mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +02:00
remove extra whitespace
This commit is contained in:
parent
2128f21308
commit
2440c47648
1 changed files with 33 additions and 33 deletions
|
@ -382,7 +382,7 @@ void CharacterController::updateTargetPositionBasedOnCollision(const btVector3&
|
||||||
//if (tangentMag != 0.0) {
|
//if (tangentMag != 0.0) {
|
||||||
if (0) {
|
if (0) {
|
||||||
btVector3 parComponent = parallelDir * btScalar(tangentMag * movementLength);
|
btVector3 parComponent = parallelDir * btScalar(tangentMag * movementLength);
|
||||||
_targetPosition += parComponent;
|
_targetPosition += parComponent;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (normalMag != 0.0) {
|
if (normalMag != 0.0) {
|
||||||
|
|
Loading…
Reference in a new issue