aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2012-10-09 05:21:09 +0100
committerUbitUmarov2012-10-09 05:21:09 +0100
commit315f3ee0e59a894271fb7586cbb85f7859df75f3 (patch)
tree10af053268cf4b38e857192e4146d3752c31d23f
parent another debug msg (diff)
downloadopensim-SC_OLD-315f3ee0e59a894271fb7586cbb85f7859df75f3.zip
opensim-SC_OLD-315f3ee0e59a894271fb7586cbb85f7859df75f3.tar.gz
opensim-SC_OLD-315f3ee0e59a894271fb7586cbb85f7859df75f3.tar.bz2
opensim-SC_OLD-315f3ee0e59a894271fb7586cbb85f7859df75f3.tar.xz
avoid crashing so debug is seen
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
index 229bf8e..fe6105f 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
@@ -735,6 +735,7 @@ namespace OpenSim.Region.Physics.OdePlugin
735 else 735 else
736 m_log.WarnFormat("[PHYSICS]: land versus large prim geo {0},size {1}, AABBsize <{2},{3},{4}>, at {5}", 736 m_log.WarnFormat("[PHYSICS]: land versus large prim geo {0},size {1}, AABBsize <{2},{3},{4}>, at {5}",
737 dp2.Name, dp2.Size, x, y, z, dp2.Position); 737 dp2.Name, dp2.Size, x, y, z, dp2.Position);
738 return;
738 } 739 }
739 } 740 }
740// 741//