clip xy on parcels fake id, fix address compare, etc

This commit is contained in:
UbitUmarov
2020-08-23 17:51:08 +01:00
parent e36619c9f5
commit efa5f253f2
5 changed files with 464 additions and 227 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name="y">Value between 0 - 256 on the y axis of the point</param>
/// <returns>Land object at the point supplied</returns>
ILandObject GetLandObject(float x, float y);
ILandObject GetLandObjectClipedXY(float x, float y);
/// <summary>
/// Get the parcel at the specified point
/// </summary>