This commit is contained in:
Azaezel 2013-10-03 04:35:42 -05:00
parent 2bb0b3bc58
commit 6879f1b328

View file

@ -3122,7 +3122,7 @@ void Player::updateMove(const Move* move)
if ( currHeight + mVelocity.z * TickSec * C > mLiquidHeight )
buoyancyForce *= M;
//mVelocity.z -= buoyancyForce;
mVelocity.z -= buoyancyForce;
}
}