Update to UniverseLib 1.3.4

This commit is contained in:
Sinai
2022-04-18 19:11:39 +10:00
parent a5e6b65dee
commit a5023d03f4
7 changed files with 10 additions and 637 deletions

View File

@ -148,7 +148,7 @@ namespace UnityExplorer.Inspectors
{
if (this.GOTarget && this.GOTarget.transform.parent)
{
Parent.ChangeTarget(this.GOTarget.transform.parent.gameObject);
Parent.OnTransformCellClicked(this.GOTarget.transform.parent.gameObject);
}
}