remove extra whitespace

This commit is contained in:
Andrew Meadows 2015-03-25 11:06:19 -07:00
parent 2128f21308
commit 2440c47648

View file

@ -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) {