aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-02-11 19:25:41 +0000
committerUbitUmarov2012-02-11 19:25:41 +0000
commit6fd6919a0bcdfd2d15d0b7a7aa392837de759114 (patch)
treecd9b9a2d63c6274d423a6748d39f7cf53c53c06d /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
parent removed outdated coments. (diff)
downloadopensim-SC_OLD-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.zip
opensim-SC_OLD-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.gz
opensim-SC_OLD-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.bz2
opensim-SC_OLD-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.xz
remove drawstuff from ubitode
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs2
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;