aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorDiva Canto2009-09-26 07:49:04 -0700
committerDiva Canto2009-09-26 07:49:04 -0700
commit7253a9453e25560396e4f8c25402012b840ed0c4 (patch)
tree0291b369787f1dd136e75b1eedf752bfa19686cc /OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
parentFirst pass at the heart surgery for grid services. Compiles and runs minimall... (diff)
parentMerge branch 'master' of ssh://MyConnection/var/git/opensim (diff)
downloadopensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.zip
opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.gz
opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.bz2
opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
index 60e89e0..d0b0f01 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -1118,7 +1118,7 @@ namespace OpenSim.Region.Framework.Scenes
1118 } 1118 }
1119 } 1119 }
1120 1120
1121 private bool IsOutsideRegion(Scene s, Vector3 pos) 1121 protected bool IsOutsideRegion(Scene s, Vector3 pos)
1122 { 1122 {
1123 1123
1124 if (s.TestBorderCross(pos,Cardinals.N)) 1124 if (s.TestBorderCross(pos,Cardinals.N))