mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 15:35:22 +00:00
carry over childIndex from assetbundle
This commit is contained in:
parent
3022c20841
commit
2a09f81524
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user