From 74862e92a474ae936bb7c4ca2b4bf497b6653329 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 9 May 2020 06:30:23 -0400 Subject: [PATCH] 330 frames to lerp down, i guess --- gamebridge/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamebridge/src/main.rs b/gamebridge/src/main.rs index 6bc3f59..48a5543 100644 --- a/gamebridge/src/main.rs +++ b/gamebridge/src/main.rs @@ -50,7 +50,7 @@ fn main() -> Result<()> { spawn(move || twitch::run(st)); } - const LERP_TIME: f64 = 90.0; // 90 frames to lerp stick positions down to 0 + const LERP_TIME: f64 = 330.0; // 330 frames to lerp stick positions down to 0 let mut xmax_frame: u64 = 0; let mut ymax_frame: u64 = 0;