Remove obsolete ftl call (#24187)

Nothing burger
This commit is contained in:
metalgearsloth
2024-01-17 23:01:40 +11:00
committed by GitHub
parent 8239e59388
commit 7d3fe676dd

View File

@@ -700,7 +700,7 @@ public sealed partial class ShuttleSystem
return;
// 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 immune = new HashSet<EntityUid>();
var tileSet = new List<(Vector2i, Tile)>();