diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index cf7fdca..793e281 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
126 | public IntPtr Shell = IntPtr.Zero; | 126 | public IntPtr Shell = IntPtr.Zero; |
127 | public IntPtr Amotor = IntPtr.Zero; | 127 | public IntPtr Amotor = IntPtr.Zero; |
128 | public d.Mass ShellMass; | 128 | public d.Mass ShellMass; |
129 | public bool collidelock = false; | 129 | // public bool collidelock = false; |
130 | 130 | ||
131 | private bool m_haseventsubscription = false; | 131 | private bool m_haseventsubscription = false; |
132 | public int m_eventsubscription = 0; | 132 | public int m_eventsubscription = 0; |