Update content for .Owner culling (#14185)

This commit is contained in:
metalgearsloth
2023-02-22 12:45:32 +11:00
committed by GitHub
parent c1d31e1666
commit 2e25128770
9 changed files with 11 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ public sealed class BiomeSystem : SharedBiomeSystem
// At least for now unless we do lookups or smth, only work with anchoring.
if (xformQuery.TryGetComponent(ent, out var xform) && !xform.Anchored)
{
_transform.AnchorEntity(xform, grid, indices);
_transform.AnchorEntity(ent, xform, grid, indices);
}
loadedEntities.Add(ent);