diff options
| author | navewindre <boneyaard@gmail.com> | 2018-11-26 20:42:00 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-11-26 20:42:00 +0100 |
| commit | 1bb1688f58bee00f37f28c2c747dac2bdca7264e (patch) | |
| tree | ec90d9f0d6bfabf497b6113ebaa4306ac05aabde /internal_rewrite/visual_local.cpp | |
| parent | d17493562fbe7352d9416ecc9160d04101cae0f3 (diff) | |
dsad
Diffstat (limited to 'internal_rewrite/visual_local.cpp')
| -rw-r--r-- | internal_rewrite/visual_local.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/visual_local.cpp b/internal_rewrite/visual_local.cpp index 88e9c60..119c352 100644 --- a/internal_rewrite/visual_local.cpp +++ b/internal_rewrite/visual_local.cpp @@ -37,7 +37,7 @@ namespace features static float incoming_latency;
if( g_settings.misc.net_fakelag ) {
- float desired_latency = incoming_latency + g_settings.misc.net_fakeping_amount * 0.001f;
+ float desired_latency = incoming_latency + 0.15f;
if( g_settings.misc.net_fakelag == 4 )
desired_latency = 1.0f;
|
