bug修改

This commit is contained in:
2026-05-09 16:04:34 +08:00
parent cb2792aaa2
commit 8bc05d6c63
2 changed files with 10 additions and 8 deletions
+4 -4
View File
@@ -111,10 +111,10 @@ public class LoginSystem : BaseSystem
NetworkDispatcher.Instance.Dispatch(ExternalInfo.GetConfig);
MaxADKit.Init();
GameHelper.PostFunnelLogin("loginRecv", true);
if (GameHelper.IsGiftSwitch())
{
GameObject.Find("MainCameraRoot").SetActive(false);
}
// if (GameHelper.IsGiftSwitch())
// {
// // GameObject.Find("MainCameraRoot").SetActive(false);
// }
}
else