fezhub / DSP-Mods

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

Collision warnings with AdvancedBuildDestruct and inter-building sorters #22

Closed colin-daniels closed 3 years ago

colin-daniels commented 3 years ago

Placed left to right, the collision warnings follow the cursor (due to a distance check I'd guess). image

I can take a look at this weekend if nobody else picks this up before then.

brokenmass commented 3 years ago

this most likely can fixed by calculating the exact position the inserter should end/start when calculating the collision using the same code of AfterPrebuild_Postfix

brokenmass commented 3 years ago

should be fixed by #29