mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1542 from Azaezel/alpha41/stabbyStabilizers
hovervehicle stabilizer fix for groundplane (and other things)
This commit is contained in:
commit
9b266cc6bd
|
|
@ -725,8 +725,7 @@ void HoverVehicle::updateForces(F32 /*dt*/)
|
|||
|
||||
for (j = 0; j < 2; j++) {
|
||||
if (getContainer()->castRay(stabPoints[j].wsPoint, stabPoints[j].wsPoint + stabPoints[j].wsExtension * 2.0,
|
||||
TerrainObjectType |
|
||||
WaterObjectType, &rinfo))
|
||||
sCollisionMoveMask, &rinfo))
|
||||
{
|
||||
reallyFloating = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue