diff options
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index a8759ab..021b7c1 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 | |||
5576 | 5576 | ||
5577 | #region Scene/Avatar | 5577 | #region Scene/Avatar |
5578 | 5578 | ||
5579 | private const float QDELTA = 0.01f; | 5579 | private const float QDELTA = 0.000001f; |
5580 | private const float VDELTA = 0.01f; | 5580 | private const float VDELTA = 0.01f; |
5581 | 5581 | ||
5582 | /// <summary> | 5582 | /// <summary> |