disabled render function temporarily

This commit is contained in:
Skye Terran 2021-08-09 21:32:31 -07:00
parent af98bc2fa6
commit 0dc33e54ab

View File

@ -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);