diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index a8759ab91a..021b7c1ea3 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -5576,7 +5576,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP #region Scene/Avatar - private const float QDELTA = 0.01f; + private const float QDELTA = 0.000001f; private const float VDELTA = 0.01f; ///