From 2a3ca0637688a78b73250f513b8099dd4583aed1 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 25 Nov 2023 23:41:04 -0800 Subject: [PATCH] comment --- src/physics.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/physics.rs b/src/physics.rs index 7ada60a..f086358 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1477,6 +1477,7 @@ impl crate::instruction::InstructionConsumer for PhysicsStat Some(crate::model::ContactingBehaviour::Ladder(contacting_ladder))=>{ if contacting_ladder.sticky{ //kill v + //actually you could do this with a booster attribute :thinking: v=Planar64Vec3::ZERO;//model.velocity } //ladder walkstate