Ver Fonte

绘制圆时,取消点绘制

lvjincheng há 3 anos atrás
pai
commit
a0e1718e38
1 ficheiros alterados com 1 adições e 1 exclusões
  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;