For symmetry reasons, I think this probably is a bug.

This commit is contained in:
Homer Horwitz
2008-10-05 20:06:42 +00:00
parent 1e6db41931
commit 6bf72c95cb

View File

@@ -1945,7 +1945,7 @@ namespace OpenSim.Region.Environment.Scenes
= Util.UIntsToLong((uint)(thisx * Constants.RegionSize), (uint)((thisy + 1) * Constants.RegionSize));
// y + 1
}
else if (attemptedPosition.Y < -1f)
else if (attemptedPosition.Y < -0.1f)
{
pos.Y = ((pos.Y + Constants.RegionSize));
newRegionHandle