From 82b7374ed293d6ec3449922625e6c1e2e34cc5c5 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 16 Oct 2008 19:50:12 +0000 Subject: * minor: get rid of pointless ipeSender --- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs') 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 { if (g1 == IntPtr.Zero || g2 == IntPtr.Zero) return; + // Separating static prim geometry spaces. // We'll be calling near recursivly if one // of them is a space to find all of the -- cgit v1.1