disabled render function temporarily
This commit is contained in:
parent
af98bc2fa6
commit
0dc33e54ab
@ -46,7 +46,7 @@ fn main() {
|
|||||||
// DEBUG
|
// DEBUG
|
||||||
println!("Time: {}s | test_object | Location: {:?} | Velocity: {:?}", time.as_millis() as f32 / 1000.0, test_object.location, test_object.velocity);
|
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
|
// update the time
|
||||||
let end_time = Instant::now().duration_since(start_time);
|
let end_time = Instant::now().duration_since(start_time);
|
||||||
|
Loading…
Reference in New Issue
Block a user