aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-14 00:39:08 +0000
committerTeravus Ovares2008-02-14 00:39:08 +0000
commit0d14c47c28f4e453540f5f6807ba8b86d5ff50c2 (patch)
tree538fa1a6079dfb496ade0e43d8699ebee4f5eaf9 /OpenSim/Region/Environment/Scenes
parent* Bigish ODE stability Update. Run Prebuild (diff)
downloadopensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.zip
opensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.tar.gz
opensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.tar.bz2
opensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.tar.xz
* Bigisn ODE Stability update 2
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 5e5f98c..4bdcd40 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1282,6 +1282,13 @@ namespace OpenSim.Region.Environment.Scenes
1282 else 1282 else
1283 { 1283 {
1284 m_log.Warn("[INTERREGION]: Prim Crossing Failed!"); 1284 m_log.Warn("[INTERREGION]: Prim Crossing Failed!");
1285 if (grp.RootPart != null)
1286 {
1287 if (grp.RootPart.PhysActor != null)
1288 {
1289 grp.RootPart.PhysActor.CrossingFailure();
1290 }
1291 }
1285 } 1292 }
1286 } 1293 }
1287 } 1294 }