diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs index aaa2203..ebaa875 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | |||
@@ -81,7 +81,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
81 | 81 | ||
82 | private Vector3 _position; | 82 | private Vector3 _position; |
83 | private Vector3 _velocity; | 83 | private Vector3 _velocity; |
84 | private Vector3 m_torque; | ||
85 | private Vector3 m_lastVelocity; | 84 | private Vector3 m_lastVelocity; |
86 | private Vector3 m_lastposition; | 85 | private Vector3 m_lastposition; |
87 | private Vector3 m_rotationalVelocity; | 86 | private Vector3 m_rotationalVelocity; |
@@ -89,9 +88,10 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
89 | private Vector3 _acceleration; | 88 | private Vector3 _acceleration; |
90 | private IntPtr Amotor; | 89 | private IntPtr Amotor; |
91 | 90 | ||
92 | private Vector3 m_force; | 91 | internal Vector3 m_force; |
93 | private Vector3 m_forceacc; | 92 | internal Vector3 m_forceacc; |
94 | private Vector3 m_angularForceacc; | 93 | internal Vector3 m_torque; |
94 | internal Vector3 m_angularForceacc; | ||
95 | 95 | ||
96 | private float m_invTimeStep; | 96 | private float m_invTimeStep; |
97 | private float m_timeStep; | 97 | private float m_timeStep; |