diff options
Diffstat (limited to 'OpenSim.Physics')
-rw-r--r-- | OpenSim.Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim.Physics/OdePlugin/OdePlugin.cs index 325e2fd..4164d87 100644 --- a/OpenSim.Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim.Physics/OdePlugin/OdePlugin.cs | |||
@@ -212,7 +212,7 @@ namespace OpenSim.Physics.OdePlugin | |||
212 | private PhysicsVector _velocity; | 212 | private PhysicsVector _velocity; |
213 | private PhysicsVector _acceleration; | 213 | private PhysicsVector _acceleration; |
214 | private bool flying; | 214 | private bool flying; |
215 | private float gravityAccel; | 215 | //private float gravityAccel; |
216 | private IntPtr BoundingCapsule; | 216 | private IntPtr BoundingCapsule; |
217 | IntPtr capsule_geom; | 217 | IntPtr capsule_geom; |
218 | d.Mass capsule_mass; | 218 | d.Mass capsule_mass; |