mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
me when
This commit is contained in:
parent
85892e5041
commit
5cf13d27f1
@ -82,7 +82,7 @@ namespace NewHorizons.Builder.Props
|
||||
|
||||
conversationZone.transform.parent = sector?.transform ?? planetGO.transform;
|
||||
|
||||
if (string.IsNullOrEmpty(info.pathToAnimController))
|
||||
if (!string.IsNullOrEmpty(info.pathToAnimController))
|
||||
{
|
||||
conversationZone.transform.parent = planetGO.transform.Find(info.pathToAnimController);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user