Browse Source

调整位置

slambb 11 months ago
parent
commit
140376fe5a
1 changed files with 2 additions and 4 deletions
  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>();