diff options
author | Justin Clark-Casey (justincc) | 2011-07-31 00:43:02 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-31 00:43:02 +0100 |
commit | f1ce17071dfed560d4785f7b2aabaf25f241f81f (patch) | |
tree | 13dd04b56fd7457d1b591426b951aebc5d3af6d9 /OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |
parent | Refactor: Replace instances of m_isphysical with IsPhysical rather than have ... (diff) | |
download | opensim-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 'OpenSim/Region/Physics/OdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 1 |
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 | ||