mirror of
https://github.com/opensim/opensim.git
synced 2026-07-21 07:05:39 +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));
|
||||
// y + 1
|
||||
}
|
||||
else if (attemptedPosition.Y < -1f)
|
||||
else if (attemptedPosition.Y < -0.1f)
|
||||
{
|
||||
pos.Y = ((pos.Y + Constants.RegionSize));
|
||||
newRegionHandle
|
||||
|
||||
Reference in New Issue
Block a user