From e1b7794f33375d37e672b9a0f8977e62dd7950bd Mon Sep 17 00:00:00 2001 From: petrie911 Date: Thu, 8 Jun 2023 17:41:49 -0500 Subject: [PATCH] format --- src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c b/src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c index 23c520b31..072371f53 100644 --- a/src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c +++ b/src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c @@ -561,7 +561,7 @@ void ObjMine_Water_ApplyForces(ObjMine* this) { tension.y += sLastLinkAccel[index].y * 0.15f; tension.z += sLastLinkAccel[index].z * 0.15f; } - + index = i + 2; if (index < linkCount) { tension.x += sLastLinkAccel[index].x * 0.075f;