mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
For symmetry reasons, I think this probably is a bug.
This commit is contained in:
@@ -1945,7 +1945,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||||||
= Util.UIntsToLong((uint)(thisx * Constants.RegionSize), (uint)((thisy + 1) * Constants.RegionSize));
|
= Util.UIntsToLong((uint)(thisx * Constants.RegionSize), (uint)((thisy + 1) * Constants.RegionSize));
|
||||||
// y + 1
|
// y + 1
|
||||||
}
|
}
|
||||||
else if (attemptedPosition.Y < -1f)
|
else if (attemptedPosition.Y < -0.1f)
|
||||||
{
|
{
|
||||||
pos.Y = ((pos.Y + Constants.RegionSize));
|
pos.Y = ((pos.Y + Constants.RegionSize));
|
||||||
newRegionHandle
|
newRegionHandle
|
||||||
|
|||||||
Reference in New Issue
Block a user