mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
lol
This commit is contained in:
parent
d0d72780f1
commit
cb25e5d113
@ -273,7 +273,8 @@ namespace NewHorizons.Handlers
|
||||
foreach (var childObj in transforms.Where(x => x.GetPath() == path))
|
||||
{
|
||||
flag = false;
|
||||
childObj.gameObject.SetActive(false);
|
||||
// idk why we wait here but we do
|
||||
Delay.FireInNUpdates(() => childObj.gameObject.SetActive(false), 2);
|
||||
}
|
||||
|
||||
if (flag) Logger.LogWarning($"Couldn't find \"{childPath}\".");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user