From 0dc33e54ab94bf0505992df62f0b3a07048a575e Mon Sep 17 00:00:00 2001 From: Skye Terran Date: Mon, 9 Aug 2021 21:32:31 -0700 Subject: [PATCH] disabled render function temporarily --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e14e4ed..1ca03fb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,7 +46,7 @@ fn main() { // DEBUG println!("Time: {}s | test_object | Location: {:?} | Velocity: {:?}", time.as_millis() as f32 / 1000.0, test_object.location, test_object.velocity); - display(delta_time, &test_object); + //display(delta_time, &test_object); // update the time let end_time = Instant::now().duration_since(start_time);