From 140b8584bc8ad176bcb5a6aebaf084803d55475b Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Tue, 21 Apr 2026 14:11:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(fix-system):=20=E7=A7=BB=E9=99=A4=20GearFol?= =?UTF-8?q?lower=20=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/FixSystemNew/BodyModule/GearFollower.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Assets/Scripts/FixSystemNew/BodyModule/GearFollower.cs b/Assets/Scripts/FixSystemNew/BodyModule/GearFollower.cs index bd1373201..ca9197705 100644 --- a/Assets/Scripts/FixSystemNew/BodyModule/GearFollower.cs +++ b/Assets/Scripts/FixSystemNew/BodyModule/GearFollower.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using UnityEngine; using UnityEngine.Rendering.Universal; using UnityEngine.VFX; @@ -354,9 +354,6 @@ public class GearFollower : MonoBehaviour isInTractionMode = false; int nearestIndex = FindNearestEdgePointIndex(mousePos, out float dist); - Debug.Log($"最近边缘点索引: {nearestIndex}, 距离: {dist}"); - Debug.Log($"最近边缘点位置: {edgePoints[nearestIndex]}"); - Debug.Log($"当前snapDistance: {snapDistance}"); if (dist < snapDistance) {