From 6bf72c95cbda75aac0bcdea67c2f57c6cf634ddd Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sun, 5 Oct 2008 20:06:42 +0000 Subject: For symmetry reasons, I think this probably is a bug. --- OpenSim/Region/Environment/Scenes/Scene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment') 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 = 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 -- cgit v1.1