carry over childIndex from assetbundle

This commit is contained in:
Mister_Nebula 2021-07-19 14:58:44 +01:00
parent 3022c20841
commit 2a09f81524

View File

@ -95,6 +95,7 @@ namespace QSB
{ {
var child = go.AddComponent<QNetworkTransformChild>(); var child = go.AddComponent<QNetworkTransformChild>();
child.Target = item.target; child.Target = item.target;
child.m_ChildIndex = item.childIndex;
Destroy(item); Destroy(item);
} }