aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 9d72bf6..46234f9 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3206,10 +3206,10 @@ namespace OpenSim.Region.Framework.Scenes
3206 3206
3207 m_updateflag = true; 3207 m_updateflag = true;
3208 3208
3209 // The magic constant 0.855f seems to make walking feel less jerky, 3209 // The magic constant 0.95f seems to make walking feel less jerky,
3210 // probably because it hackishly accounts for the overall latency of 3210 // probably because it hackishly accounts for the overall latency of
3211 // these Velocity updates -- Diva 3211 // these Velocity updates -- Diva
3212 Velocity = force * .855F; 3212 Velocity = force * .95F;
3213 3213
3214 m_forceToApply = null; 3214 m_forceToApply = null;
3215 } 3215 }