aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-16 19:50:12 +0000
committerJustin Clarke Casey2008-10-16 19:50:12 +0000
commit82b7374ed293d6ec3449922625e6c1e2e34cc5c5 (patch)
tree14fc456ad5487db01011f0f95c61e8e2112f64d4 /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
parent- Removed debug print method (diff)
downloadopensim-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/OdePlugin/OdePlugin.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs1
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