summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/draw.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index 246d15af..d9e3195c 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -114,8 +114,8 @@ void main_impl::drawEvent()
float dt = timeline.previousFrameDuration();
if (dt > 0)
{
- const float RC1 = dt_expected.do_sleep ? 1.f : 1.f/5,
- RC2 = 1.f/10;
+ const float RC1 = dt_expected.do_sleep ? 1.f : 1.f/4,
+ RC2 = 1.f/8;
const float alpha1 = dt/(dt + RC1);
const float alpha2 = dt/(dt + RC2);