mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 12:55:34 +00:00
commit
0e1ed4683b
1 changed files with 1 additions and 1 deletions
|
|
@ -3114,7 +3114,7 @@ void Player::updateMove(const Move* move)
|
|||
if ( currHeight + mVelocity.z * TickSec * C > mLiquidHeight )
|
||||
buoyancyForce *= M;
|
||||
|
||||
//mVelocity.z -= buoyancyForce;
|
||||
mVelocity.z -= buoyancyForce;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue