From cbaedf8ae54f541c57f674b175abcbd25fe9b342 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Fri, 27 Mar 2026 13:48:57 -0700 Subject: [PATCH] remove redundant comments --- src/main.rs | 7 ------- 1 file changed, 7 deletions(-) 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(