fezhub / DSP-Mods

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

Fix #4 #5

Closed daviscook477 closed 3 years ago

daviscook477 commented 3 years ago

Not sure why this shows so many lines changed.

Basically all it is is putting the logic inside a foreach loop for the buildPreviews in the build action. And then the targetPos instead of being the buildTargetPositionWanted is calculated for each of the build previews.

kyldvs commented 3 years ago

Not sure why this shows so many lines changed.

That is a bit odd, but can fix it temporarily by doing this at least

image

fezhub commented 3 years ago

Thanks Davis, this works well