Content ecs containers (#22484)
This commit is contained in:
@@ -396,7 +396,7 @@ public partial class SharedBodySystem
|
||||
return false;
|
||||
}
|
||||
|
||||
return body.RootContainer.Insert(partId);
|
||||
return Containers.Insert(partId, body.RootContainer);
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -446,7 +446,7 @@ public partial class SharedBodySystem
|
||||
return false;
|
||||
}
|
||||
|
||||
return container.Insert(partId);
|
||||
return Containers.Insert(partId, container);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user