|
|
@@ -556,8 +556,15 @@ public class AimDeviceInfos
|
|
|
Debug.Log("CrossBtnEvent");
|
|
|
//准心开关
|
|
|
InvokeOnCrossBtnEvent();
|
|
|
- //b端不处理准心
|
|
|
- if (CommonConfig.StandaloneModeOrPlatformB) return;
|
|
|
+ //b端不处理准心
|
|
|
+ if (CommonConfig.StandaloneModeOrPlatformB) {
|
|
|
+ InfraredGuider infraredGuider = FindAnyObjectByType<InfraredGuider>();
|
|
|
+ if (infraredGuider)
|
|
|
+ {
|
|
|
+ infraredGuider.onClickDevice();
|
|
|
+ }
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (GameAssistUI.ins)
|
|
|
{
|
|
|
InfraredGuider infraredGuider = FindAnyObjectByType<InfraredGuider>();
|