From c37b990389fa9676e114ccaeacde7316027f4510 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 3 Nov 2023 16:16:44 -0700 Subject: [PATCH] tweak water --- src/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.rs b/src/model.rs index 7140242..196ac6c 100644 --- a/src/model.rs +++ b/src/model.rs @@ -99,7 +99,7 @@ pub enum ContactingBehaviour{ pub struct IntersectingWater{ pub viscosity:Planar64, pub density:Planar64, - pub current:Planar64Vec3, + pub velocity:Planar64Vec3, } //All models can be given these attributes #[derive(Clone,Hash,Eq,PartialEq)]