瀏覽代碼

绘制圆时,取消点绘制

lvjincheng 3 年之前
父節點
當前提交
a0e1718e38
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;