瀏覽代碼

dll update

lvjincheng 3 年之前
父節點
當前提交
492f952a2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/BowArrow/Scripts/Bluetooth/New/Axis9Handler.cs

+ 1 - 1
Assets/BowArrow/Scripts/Bluetooth/New/Axis9Handler.cs

@@ -76,7 +76,7 @@ public class Axis9Handler : AxisBaseHandler
     }
 
     public override void ResetMag() {
-        _9Axis.Attitude.MagCalibrater = new o0.IMU.MagnetometerAutoCalibrater(0.001);
+        _9Axis.Attitude.MagCalibrater = new o0.IMU.MagnetometerAutoCalibrater(0.001d);
     }
 
     public override bool IsGyrCompleted() {