Update main.rs

This commit is contained in:
Skye Terran 2021-08-05 23:49:59 -07:00
parent 3ff89e0065
commit 068222210e

View File

@ -39,7 +39,7 @@ fn update(delta_time: &mut u32, ticks: &mut u32) {
// render function // render function
fn display() { fn display() {
println!("Displaying..."); println!("Displaying...");
waste_time(16); waste_time(32);
} }
// 1D linear interpolation // 1D linear interpolation