From ae5765fcdcea876d3ef2ab2c42ad725442b9ed33 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 16 Feb 2025 03:03:36 +0100 Subject: fix: i didnt mean to keep that uncomment --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 7660429..6a36928 100644 --- a/src/main.rs +++ b/src/main.rs @@ -85,7 +85,7 @@ pub fn main() { .duration_since(start_time) .expect("Time went back between frames"); let time = f64::from(time.as_millis() as u32) / 1000.0; - let time = time * 3.0; + // let time = time * 3.0; #[cfg(all(not(feature = "notimeout"), not(feature = "32k")))] if time > TIMEOUT_DEATH { -- cgit v1.2.3