Update main.rs
This commit is contained in:
parent
3ff89e0065
commit
068222210e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user