diff options
fix: i didnt mean to keep that uncomment
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |