This commit is contained in:
VG-prog 2025-09-24 21:58:54 +02:00
parent 18ca9b9dd7
commit 3b98fbeb94

View File

@ -752,7 +752,7 @@ float GridTerrainData::GetHeightAccurate(float x, float y, float radius, GroundF
B = G3D::Vector3(S, S, h4);
C = G3D::Vector3(S, 0.0f, h2);
} // TR
else if (!right && top)
else if (!right && top)
{
B = G3D::Vector3(0.0f, S, h3);
C = G3D::Vector3(S, S, h4);