Update thruster for API change (#15642)
This commit is contained in:
parent
7ec0685fda
commit
0859101afe
|
|
@ -270,7 +270,7 @@ public sealed class ThrusterSystem : EntitySystem
|
|||
component.BurnPoly.Count > 0)
|
||||
{
|
||||
var shape = new PolygonShape();
|
||||
shape.SetVertices(component.BurnPoly);
|
||||
shape.Set(component.BurnPoly);
|
||||
_fixtureSystem.TryCreateFixture(uid, shape, BurnFixture, hard: false, collisionLayer: (int) CollisionGroup.FullTileMask, body: physicsComponent);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue