Browse Source

绘制圆时,取消点绘制

lvjincheng 3 năm trước cách đây
mục cha
commit
a0e1718e38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/BowArrow/Scripts/Bluetooth/AimHandler.cs

+ 1 - 1
Assets/BowArrow/Scripts/Bluetooth/AimHandler.cs

@@ -181,7 +181,7 @@ public class AimHandler : MonoBehaviour
                     endRecords.Add(v);
                 }
                 this.ellipseScript.ClearAndUpdatePointArray();
-                this.ellipseScript.DrawPointCloud(endRecords);
+                // this.ellipseScript.DrawPointCloud(endRecords);
 
                 MagCalibrater.Calibration = calibration;