mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix not found error
This commit is contained in:
parent
712873b58a
commit
4bcaef968d
@ -162,7 +162,7 @@ namespace NewHorizons.Utility
|
||||
{
|
||||
foreach (Transform c in t.GetComponentsInChildren<Transform>(true))
|
||||
{
|
||||
if (t.name.Equals(names[i]))
|
||||
if (c.name.Equals(names[i]))
|
||||
{
|
||||
child = c;
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user