diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 0f351ce..04eb93f 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1804,6 +1804,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1804 | if (crossedBordery.BorderLine.Z > 0) | 1804 | if (crossedBordery.BorderLine.Z > 0) |
1805 | { | 1805 | { |
1806 | pos.Y = ((pos.Y + crossedBordery.BorderLine.Z)); | 1806 | pos.Y = ((pos.Y + crossedBordery.BorderLine.Z)); |
1807 | changeY = (int)(crossedBordery.BorderLine.Z / (int)Constants.RegionSize); | ||
1807 | } | 1808 | } |
1808 | else | 1809 | else |
1809 | pos.Y = ((pos.Y + Constants.RegionSize)); | 1810 | pos.Y = ((pos.Y + Constants.RegionSize)); |