diff --git a/src/main.rs b/src/main.rs index bcfad65..5b3348a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -573,19 +573,12 @@ fn inference() { ); }; } - // MoveForward set_control!(SetMoveForward, move_forward); - // MoveLeft set_control!(SetMoveLeft, move_left); - // MoveBack set_control!(SetMoveBack, move_back); - // MoveRight set_control!(SetMoveRight, move_right); - // Jump set_control!(SetJump, jump); - // mouse_dx - // mouse_dy mouse_pos += glam::vec2(mouse_dx, mouse_dy).round().as_ivec2(); let next_time = time + STEP; session.run(