@@ -700,7 +700,7 @@ public sealed partial class ShuttleSystem
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// Flatten anything not parented to a grid.
|
// Flatten anything not parented to a grid.
|
||||||
var transform = _physics.GetPhysicsTransform(uid, xform, _xformQuery);
|
var transform = _physics.GetPhysicsTransform(uid, xform);
|
||||||
var aabbs = new List<Box2>(manager.Fixtures.Count);
|
var aabbs = new List<Box2>(manager.Fixtures.Count);
|
||||||
var immune = new HashSet<EntityUid>();
|
var immune = new HashSet<EntityUid>();
|
||||||
var tileSet = new List<(Vector2i, Tile)>();
|
var tileSet = new List<(Vector2i, Tile)>();
|
||||||
|
|||||||
Reference in New Issue
Block a user