diff options
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index c247e68..4cac0aa 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -3534,9 +3534,9 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
3534 | (Math.Abs(_position.X - lpos.X) < 0.005f) | 3534 | (Math.Abs(_position.X - lpos.X) < 0.005f) |
3535 | && (Math.Abs(_position.Y - lpos.Y) < 0.005f) | 3535 | && (Math.Abs(_position.Y - lpos.Y) < 0.005f) |
3536 | && (Math.Abs(_position.Z - lpos.Z) < 0.005f) | 3536 | && (Math.Abs(_position.Z - lpos.Z) < 0.005f) |
3537 | && (Math.Abs(_orientation.X - ori.X) < 0.001f) | 3537 | && (Math.Abs(_orientation.X - ori.X) < 0.0005f) |
3538 | && (Math.Abs(_orientation.Y - ori.Y) < 0.001f) | 3538 | && (Math.Abs(_orientation.Y - ori.Y) < 0.0005f) |
3539 | && (Math.Abs(_orientation.Z - ori.Z) < 0.001f) // ignore W | 3539 | && (Math.Abs(_orientation.Z - ori.Z) < 0.0005f) // ignore W |
3540 | ) | 3540 | ) |
3541 | { | 3541 | { |
3542 | _zeroFlag = true; | 3542 | _zeroFlag = true; |