Fix gas pipe rotation rendering (#5015)

This commit is contained in:
metalgearsloth
2021-10-25 14:24:54 +11:00
committed by GitHub
parent 36eef876af
commit 507a1b9f84
3 changed files with 10 additions and 3 deletions

View File

@@ -53,7 +53,6 @@
sprite: Structures/Piping/Atmospherics/pipe.rsi
drawdepth: BelowFloor
netsync: false
noRot: true # TODO: This is a hack so pipe connectors don't look wrong. Also see BaseGasThermoMachine.
- type: Appearance
visuals:
- type: PipeConnectorVisualizer

View File

@@ -124,7 +124,6 @@
- type: Sprite
netsync: false
sprite: Structures/Piping/Atmospherics/thermomachine.rsi
noRot: true # TODO: This is a hack so pipe connectors don't look wrong. Also see GasPipeBase.
- type: Appearance
visuals:
- type: PipeConnectorVisualizer