diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 90285c2..2108c35 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -472,6 +472,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
472 | { | 472 | { |
473 | if (g1 == IntPtr.Zero || g2 == IntPtr.Zero) | 473 | if (g1 == IntPtr.Zero || g2 == IntPtr.Zero) |
474 | return; | 474 | return; |
475 | |||
475 | // Separating static prim geometry spaces. | 476 | // Separating static prim geometry spaces. |
476 | // We'll be calling near recursivly if one | 477 | // We'll be calling near recursivly if one |
477 | // of them is a space to find all of the | 478 | // of them is a space to find all of the |