|
@@ -970,7 +970,10 @@ public class InfraredScreenPositioningView : JCUnityLib.ViewBase
|
|
|
//射一箭回到连接页面,Device.view
|
|
//射一箭回到连接页面,Device.view
|
|
|
GameMgr.bNavBack = true;
|
|
GameMgr.bNavBack = true;
|
|
|
GameMgr.bShowDistance = false;
|
|
GameMgr.bShowDistance = false;
|
|
|
- AimHandler.ins.bInitOne = false;//true
|
|
|
|
|
|
|
+ if (!CommonConfig.StandaloneModeOrPlatformB)
|
|
|
|
|
+ {
|
|
|
|
|
+ AimHandler.ins.bInitOne = false;//true
|
|
|
|
|
+ }
|
|
|
//关闭计时器
|
|
//关闭计时器
|
|
|
GameMgr.turnOffTimer = true;
|
|
GameMgr.turnOffTimer = true;
|
|
|
|
|
|