lvjincheng %!s(int64=3) %!d(string=hai) anos
pai
achega
fb48b0829e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);