From 6fcc6b2303fb5cac0e02ce5c27e4b14dd776dbef Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 15 Nov 2023 22:49:24 -0800 Subject: [PATCH] water goes here --- src/physics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics.rs b/src/physics.rs index c0c3c97..3415a6b 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -899,7 +899,7 @@ impl TouchingState{ } } for intersect in &self.intersects{ - // + //water } self.constrain_acceleration(models,&style_mesh,&mut a); (move_state,a)