fezhub / DSP-Mods

Dyson Sphere Program Mods
GNU Lesser General Public License v2.1
42 stars 11 forks source link

fix the rotation of the inserters when copying smelters #23

Closed brokenmass closed 3 years ago

brokenmass commented 3 years ago

Smelters copying behaves weirdly (because the smelter model is rotationally invariant) and sometimes the preview created after copyin one is rotated by 90/28- or 270degrees (Depending on the original rotation of the smleter) and the inserters are pointing in the wrong direction

this pr fix this particular edge case by ensuring consistency between the previewPose and the copied Smelter rotation at copy time.

brokenmass commented 3 years ago

superseded by #26