Removed comment

This commit is contained in:
Anthony J. Thibault 2016-02-03 10:21:27 -08:00
parent 6cc3b2b47f
commit fff603e4e2

View file

@ -499,8 +499,6 @@ void CharacterController::preSimulation() {
} }
} }
/// _walkVelocity.dot(_currentUp) > UPWARD_VELOCITY_THRESHOLD
_previousFlags = _pendingFlags; _previousFlags = _pendingFlags;
_pendingFlags &= ~PENDING_FLAG_JUMP; _pendingFlags &= ~PENDING_FLAG_JUMP;