【bug】修复ui隐藏bug
parent
78bce1e1e2
commit
77913f56c2
|
|
@ -265,7 +265,10 @@ public abstract class UIWindow
|
|||
|
||||
private void ShowAgain()
|
||||
{
|
||||
gameObject.SetActive(true);
|
||||
if (gameObject)
|
||||
{
|
||||
gameObject.SetActive(true);
|
||||
}
|
||||
//OnShow();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue