diff options
author | UbitUmarov | 2012-02-11 19:25:41 +0000 |
---|---|---|
committer | UbitUmarov | 2012-02-11 19:25:41 +0000 |
commit | 6fd6919a0bcdfd2d15d0b7a7aa392837de759114 (patch) | |
tree | cd9b9a2d63c6274d423a6748d39f7cf53c53c06d /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |
parent | removed outdated coments. (diff) | |
download | opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.zip opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.gz opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.bz2 opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.xz |
remove drawstuff from ubitode
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; |