cleaned up the resizer, fixed a mistake in UIFactory

This commit is contained in:
sinaioutlander
2020-10-23 02:56:22 +11:00
parent a82abe2ec3
commit 88cbd0e970
2 changed files with 125 additions and 135 deletions

View File

@ -76,7 +76,7 @@ namespace ExplorerBeta.UI
Transform transform = go.transform;
for (int i = 0; i < transform.childCount; i++)
{
SetLayerRecursively(transform.GetChild(i).gameObject, 5);
SetLayerRecursively(transform.GetChild(i).gameObject);
}
}