Merge pull request #1542 from Azaezel/alpha41/stabbyStabilizers

hovervehicle stabilizer fix for groundplane (and other things)
This commit is contained in:
Brian Roberts 2025-08-26 18:40:14 -05:00 committed by GitHub
commit 9b266cc6bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;