water goes here

This commit is contained in:
Quaternions 2023-11-15 22:49:24 -08:00
parent 312b0223b6
commit 6fcc6b2303

View File

@ -899,7 +899,7 @@ impl TouchingState{
} }
} }
for intersect in &self.intersects{ for intersect in &self.intersects{
// //water
} }
self.constrain_acceleration(models,&style_mesh,&mut a); self.constrain_acceleration(models,&style_mesh,&mut a);
(move_state,a) (move_state,a)