From 8cf66f344619eccd01625506dba86214e122bb3e Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 4 Oct 2023 23:51:39 -0700 Subject: [PATCH] print less --- src/physics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics.rs b/src/physics.rs index 1ca27e9f..e3ee7b02 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1006,7 +1006,7 @@ impl crate::instruction::InstructionConsumer for PhysicsStat match &ins.instruction { PhysicsInstruction::StrafeTick => (), PhysicsInstruction::Input(InputInstruction::MoveMouse(_)) => (), - _=>println!("{:?}",ins), + _=>println!("{}|{:?}",ins.time,ins.instruction), } //selectively update body match &ins.instruction {