逻辑bug

This commit is contained in:
yangjing 2022-02-14 17:19:31 +08:00
parent c915e76352
commit 1c238b492d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,6 @@ public class PanelGame : BasePanel
private void OnClickPlay()
{
mGobChooseTip.SetActive(false);
mGobTapTip.SetActive(false);
mGobPlay.SetActive(false);
mGobOpMask.SetActive(true);
@ -199,6 +198,7 @@ public class PanelGame : BasePanel
}
}
mGobChooseTip.SetActive(!tAllSet);
mGobTapTip.SetActive(tAllSet);
mGobPlay.SetActive(tAllSet);
}