From ec9b72013881128b18aec02bc6b671c7f7b95052 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 3 Nov 2023 18:57:57 -0700 Subject: [PATCH] make build --- src/physics.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/physics.rs b/src/physics.rs index 1969b50..aec4dd0 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -764,6 +764,7 @@ impl TouchingState{ //check current move conditions and use heuristics to determine //which ladder to climb on, which ground to walk on, etc //collect move state affecting objects from contacts (accelerator,water,ladder,ground) + let move_state=MoveState::Air; for contact in &self.contacts{ // }