This commit is contained in:
petrie911
2023-06-08 17:41:49 -05:00
parent a1f4906aa0
commit e1b7794f33
@@ -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;