Fix wires not showing placement indicator properly

pull/609/head
tobspr 4 years ago
parent e70f30ed17
commit 807deaa705

@ -334,6 +334,7 @@ export class HUDBuildingPlacer extends HUDBuildingPlacerLogic {
}
// Synchronize rotation and origin
this.fakeEntity.layer = metaBuilding.getLayer();
const staticComp = this.fakeEntity.components.StaticMapEntity;
staticComp.origin = mouseTile;
staticComp.rotation = rotation;

Loading…
Cancel
Save