鱼竿弯曲

This commit is contained in:
2026-04-01 23:38:21 +08:00
parent 78bc4dfc53
commit 63bc9b5536
63 changed files with 489 additions and 1134 deletions

View File

@@ -561,7 +561,7 @@ public class Rope : MonoBehaviour
LockAnchorsHard();
}
private void LateUpdate()
private void Update()
{
if (!startAnchor || !endAnchor || _pCurr == null || _physicsNodes < 2) return;