diff options
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index da72092..0dc865d 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1229,7 +1229,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1229 | // never be called if the prim is physical(active) | 1229 | // never be called if the prim is physical(active) |
1230 | 1230 | ||
1231 | // All physical prim end up in the root space | 1231 | // All physical prim end up in the root space |
1232 | Thread.Sleep(20); | 1232 | //Thread.Sleep(20); |
1233 | if (currentspace != space) | 1233 | if (currentspace != space) |
1234 | { | 1234 | { |
1235 | //m_log.Info("[SPACE]: C:" + currentspace.ToString() + " g:" + geom.ToString()); | 1235 | //m_log.Info("[SPACE]: C:" + currentspace.ToString() + " g:" + geom.ToString()); |