浏览代码

磁干扰

lvjincheng 3 年之前
父节点
当前提交
fb48b0829e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Assets/BowArrow/Scripts/Bluetooth/AimHandler.cs

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

@@ -383,6 +383,7 @@ public class AimHandler : MonoBehaviour
             if (!MagCalibrater.Update(mag0o)) return;
         } catch(System.Exception) {
             MagCalibrater = new MagnetometerAutoCalibrater();
+            PopupMgr.ins.ShowTipTop("磁场干扰请远离电子设备");
             return;
         }
         mag0o = MagCalibrater.EllipsoidFitting.Map(mag0o);