Explorar o código

Merge remote-tracking branch 'remotes/origin/master' into insertcoin

slambb hai 1 ano
pai
achega
da27554052
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      Assets/BowArrow/Scripts/Bluetooth/AimHandler.cs

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

@@ -556,13 +556,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>();