Content changes for mapgrid kill (#12567)
This commit is contained in:
@@ -153,7 +153,7 @@ public sealed class PiratesRuleSystem : GameRuleSystem
|
||||
var xformQuery = GetEntityQuery<TransformComponent>();
|
||||
|
||||
var aabbs = _stationSystem.Stations.SelectMany(x =>
|
||||
Comp<StationDataComponent>(x).Grids.Select(x => xformQuery.GetComponent(x).WorldMatrix.TransformBox(_mapManager.GetGridComp(x).Grid.LocalAABB))).ToArray();
|
||||
Comp<StationDataComponent>(x).Grids.Select(x => xformQuery.GetComponent(x).WorldMatrix.TransformBox(_mapManager.GetGridComp(x).LocalAABB))).ToArray();
|
||||
|
||||
var aabb = aabbs[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user