menu
This commit is contained in:
@@ -12,13 +12,13 @@ namespace Ichni.UI
|
||||
|
||||
private void Start()
|
||||
{
|
||||
if (!UIManager.instance.IsWideScreen())
|
||||
if (!UIManager.IsWideScreen())
|
||||
{
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
wideScreenAction.Invoke();
|
||||
wideScreenAction?.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user