diff options
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs index 659180d..2928257 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |||
@@ -1355,7 +1355,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1355 | { | 1355 | { |
1356 | if (!prm.m_outbounds) | 1356 | if (!prm.m_outbounds) |
1357 | { | 1357 | { |
1358 | // if (d.BodyIsEnabled(prm.Body)) | 1358 | if (d.BodyIsEnabled(prm.Body)) |
1359 | d.SpaceCollide2(StaticSpace, prm.collide_geom, IntPtr.Zero, nearCallback); | 1359 | d.SpaceCollide2(StaticSpace, prm.collide_geom, IntPtr.Zero, nearCallback); |
1360 | } | 1360 | } |
1361 | } | 1361 | } |