Removed debug

master
Mark 2023-12-22 19:19:10 -08:00
parent 732ebabfdc
commit 8687ffe289
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ impl Game {
fn update(&mut self) {
let t: Pfloat = self.last_update.elapsed().as_secs_f32();
println!("{:.02}", 1.0 / t);
if self.input.key_thrust {
self.player.body.thrust(50.0 * t);