update coffee.internal

This commit is contained in:
mob-sakai
2024-06-27 16:26:48 +09:00
parent 59f00f3cc1
commit e96b1dc7c0
4 changed files with 11 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ namespace Coffee.UIParticleInternal
var childCount = tr.childCount;
for (var i = 0; i < childCount; i++)
{
tr.GetChild(i).GetComponentsInChildren(results, depth - 1);
tr.GetChild(i).GetComponentsInChildren_Internal(results, depth - 1);
}
}