diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 44c9d58..f1c7a66 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1267,7 +1267,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1267 | private PhysicsVector m_rotationalVelocity; | 1267 | private PhysicsVector m_rotationalVelocity; |
1268 | private PhysicsVector _size; | 1268 | private PhysicsVector _size; |
1269 | private PhysicsVector _acceleration; | 1269 | private PhysicsVector _acceleration; |
1270 | public Quaternion _orientation; | 1270 | private Quaternion _orientation; |
1271 | 1271 | ||
1272 | private IMesh _mesh; | 1272 | private IMesh _mesh; |
1273 | private PrimitiveBaseShape _pbs; | 1273 | private PrimitiveBaseShape _pbs; |