lvjincheng 3 лет назад
Родитель
Сommit
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);