diff --git a/src/physics.rs b/src/physics.rs index 1e4b082..004b9a1 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1434,6 +1434,7 @@ impl crate::instruction::InstructionConsumer for PhysicsStat self.touching.constrain_acceleration(&self.models,&mut a); self.body.acceleration=a; //check ground + //self.touching.get_move_state(); match &c.face { TreyMeshFace::Top => { //TODO: make this more advanced checking contacts