mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
format
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user