diff options
author | Justin Clark-Casey (justincc) | 2009-11-03 18:52:20 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-03 18:52:20 +0000 |
commit | 1d737b010cb39d8fcc0794eae9be90634382e51c (patch) | |
tree | f5880d54ec504c288a4106bd2c606fd2d8a670fd /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | Bump required Mono version in README up to 2.4.2 (diff) | |
download | opensim-SC-1d737b010cb39d8fcc0794eae9be90634382e51c.zip opensim-SC-1d737b010cb39d8fcc0794eae9be90634382e51c.tar.gz opensim-SC-1d737b010cb39d8fcc0794eae9be90634382e51c.tar.bz2 opensim-SC-1d737b010cb39d8fcc0794eae9be90634382e51c.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 5ff9d32..49bbab9 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -2643,7 +2643,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2643 | //outofBounds = true; | 2643 | //outofBounds = true; |
2644 | } | 2644 | } |
2645 | 2645 | ||
2646 | float Adiff = 1.0f - Math.Abs(Quaternion.Dot(m_lastorientation, l_orientation)); | 2646 | // float Adiff = 1.0f - Math.Abs(Quaternion.Dot(m_lastorientation, l_orientation)); |
2647 | //Console.WriteLine("Adiff " + m_primName + " = " + Adiff); | 2647 | //Console.WriteLine("Adiff " + m_primName + " = " + Adiff); |
2648 | if ((Math.Abs(m_lastposition.X - l_position.X) < 0.02) | 2648 | if ((Math.Abs(m_lastposition.X - l_position.X) < 0.02) |
2649 | && (Math.Abs(m_lastposition.Y - l_position.Y) < 0.02) | 2649 | && (Math.Abs(m_lastposition.Y - l_position.Y) < 0.02) |