diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 70f3112d20..9b11582d7b 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs @@ -2394,7 +2394,7 @@ if (m_shape != null) { public void SendScheduledUpdates() { const float VELOCITY_TOLERANCE = 0.01f; - const float POSITION_TOLERANCE = 10.0f; + const float POSITION_TOLERANCE = 0.1f; if (m_updateFlag == 1) {