Browse Source

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

slambb 1 năm trước cách đây
mục cha
commit
da27554052
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  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>();