slambb 1 год назад
Родитель
Сommit
140376fe5a
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      Assets/BowArrow/Scripts/Bluetooth/AimHandler.cs

+ 2 - 4
Assets/BowArrow/Scripts/Bluetooth/AimHandler.cs

@@ -553,13 +553,11 @@ public class AimDeviceInfos
     /// </summary>
     private void CrossBtnEvent()
     {
-        //b端不处理准心
-        if (CommonConfig.StandaloneModeOrPlatformB) return;
-
         Debug.Log("CrossBtnEvent");
         //准心开关
         InvokeOnCrossBtnEvent();
-
+		//b端不处理准心
+        if (CommonConfig.StandaloneModeOrPlatformB) return;
         if (GameAssistUI.ins)
         {
             InfraredGuider infraredGuider = FindAnyObjectByType<InfraredGuider>();