aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdeScene.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-31 00:43:02 +0100
committerJustin Clark-Casey (justincc)2011-07-31 00:43:02 +0100
commitf1ce17071dfed560d4785f7b2aabaf25f241f81f (patch)
tree13dd04b56fd7457d1b591426b951aebc5d3af6d9 /OpenSim/Region/Physics/OdePlugin/OdeScene.cs
parentRefactor: Replace instances of m_isphysical with IsPhysical rather than have ... (diff)
downloadopensim-SC_OLD-f1ce17071dfed560d4785f7b2aabaf25f241f81f.zip
opensim-SC_OLD-f1ce17071dfed560d4785f7b2aabaf25f241f81f.tar.gz
opensim-SC_OLD-f1ce17071dfed560d4785f7b2aabaf25f241f81f.tar.bz2
opensim-SC_OLD-f1ce17071dfed560d4785f7b2aabaf25f241f81f.tar.xz
minor: method doc
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdeScene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs
index 8a24190..3c702db 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs
@@ -305,7 +305,6 @@ namespace OpenSim.Region.Physics.OdePlugin
305 world = d.WorldCreate(); 305 world = d.WorldCreate();
306 space = d.HashSpaceCreate(IntPtr.Zero); 306 space = d.HashSpaceCreate(IntPtr.Zero);
307 307
308
309 contactgroup = d.JointGroupCreate(0); 308 contactgroup = d.JointGroupCreate(0);
310 //contactgroup 309 //contactgroup
311 310