mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
re-enables boyancy as per: http://www.garagegames.com/community/blogs/view/22403#comments
This commit is contained in:
parent
2bb0b3bc58
commit
6879f1b328
1 changed files with 1 additions and 1 deletions
|
|
@ -3122,7 +3122,7 @@ void Player::updateMove(const Move* move)
|
||||||
if ( currHeight + mVelocity.z * TickSec * C > mLiquidHeight )
|
if ( currHeight + mVelocity.z * TickSec * C > mLiquidHeight )
|
||||||
buoyancyForce *= M;
|
buoyancyForce *= M;
|
||||||
|
|
||||||
//mVelocity.z -= buoyancyForce;
|
mVelocity.z -= buoyancyForce;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue