소스 검색

调整位置

slambb 1 년 전
부모
커밋
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>();