diff options
author | Teravus Ovares | 2008-02-14 00:39:08 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-14 00:39:08 +0000 |
commit | 0d14c47c28f4e453540f5f6807ba8b86d5ff50c2 (patch) | |
tree | 538fa1a6079dfb496ade0e43d8699ebee4f5eaf9 /OpenSim/Region/Environment | |
parent | * Bigish ODE stability Update. Run Prebuild (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 7 |
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 | } |