diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 342742d..fcd50a9 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1945,7 +1945,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1945 | = Util.UIntsToLong((uint)(thisx * Constants.RegionSize), (uint)((thisy + 1) * Constants.RegionSize)); | 1945 | = Util.UIntsToLong((uint)(thisx * Constants.RegionSize), (uint)((thisy + 1) * Constants.RegionSize)); |
1946 | // y + 1 | 1946 | // y + 1 |
1947 | } | 1947 | } |
1948 | else if (attemptedPosition.Y < -1f) | 1948 | else if (attemptedPosition.Y < -0.1f) |
1949 | { | 1949 | { |
1950 | pos.Y = ((pos.Y + Constants.RegionSize)); | 1950 | pos.Y = ((pos.Y + Constants.RegionSize)); |
1951 | newRegionHandle | 1951 | newRegionHandle |