|
|
@@ -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>();
|