diff options
author | Justin Clarke Casey | 2008-10-16 19:50:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-16 19:50:12 +0000 |
commit | 82b7374ed293d6ec3449922625e6c1e2e34cc5c5 (patch) | |
tree | 14fc456ad5487db01011f0f95c61e8e2112f64d4 /OpenSim/Region/Physics | |
parent | - Removed debug print method (diff) | |
download | opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.zip opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.tar.gz opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.tar.bz2 opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.tar.xz |
* minor: get rid of pointless ipeSender
Diffstat (limited to 'OpenSim/Region/Physics')
-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 |