aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Physics
diff options
context:
space:
mode:
authorAdam Frisby2007-06-05 12:22:42 +0000
committerAdam Frisby2007-06-05 12:22:42 +0000
commit891b92a780d28e8a18627647a222b48f0695b269 (patch)
tree5beb6b1d0e96307e2b1b55aa60dd95bef5ab4ef5 /OpenSim/OpenSim.Physics
parent* Small bugfix: Avatar rezzing from grid mode should no longer place you unde... (diff)
downloadopensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.zip
opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.gz
opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.bz2
opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.xz
* Removing dead comments
Diffstat (limited to 'OpenSim/OpenSim.Physics')
-rw-r--r--OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs
index 599dea8..dbe2bcb 100644
--- a/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs
@@ -104,7 +104,6 @@ namespace OpenSim.Physics.OdePlugin
104 // This function blatantly ripped off from BoxStack.cs 104 // This function blatantly ripped off from BoxStack.cs
105 static private void near(IntPtr space, IntPtr g1, IntPtr g2) 105 static private void near(IntPtr space, IntPtr g1, IntPtr g2)
106 { 106 {
107 //Console.WriteLine("collision callback");
108 IntPtr b1 = d.GeomGetBody(g1); 107 IntPtr b1 = d.GeomGetBody(g1);
109 IntPtr b2 = d.GeomGetBody(g2); 108 IntPtr b2 = d.GeomGetBody(g2);
110 if (b1 != IntPtr.Zero && b2 != IntPtr.Zero && d.AreConnectedExcluding(b1, b2, d.JointType.Contact)) 109 if (b1 != IntPtr.Zero && b2 != IntPtr.Zero && d.AreConnectedExcluding(b1, b2, d.JointType.Contact))