missing change

This commit is contained in:
UbitUmarov
2023-02-09 18:00:01 +00:00
parent a0165816de
commit 38f681775c

View File

@@ -1500,7 +1500,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
pos.X += (float)offset.x;
pos.Y += (float)offset.y;
return (((vsn.x * xdiff) + (vsn.y * ydiff)) / (-1 * vsn.z)) + baseheight;
return World.GetGroundHeight(pos.X, pos.Y);
}
public LSL_Float llCloud(LSL_Vector offset)