forked from StrafesNET/strafe-ai
remove redundant comments
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user