Page 1 of 1

[kovarex] selection_box does not rotate on type storage-tank

Posted: Tue May 23, 2017 3:23 am
by malventano
selection_box does not rotate as expected with a non-square item of type storage-tank. Effect exaggerated below:

Image

collision_box and pipe_connections rotate as expected, but selection_box does not. I didn't have graphics handy so I just bordered with pipe connections. Values used for the above example:

Code: Select all

    collision_box = {{-0.3, -6.3}, {0.3, 6.3}},
    selection_box = {{-0.5, -6.5}, {0.5, 6.5}},

Re: [kovarex] selection_box does not rotate on type storage-tank

Posted: Tue May 23, 2017 1:00 pm
by kovarex
Thanks for the report.
I didn't test it as the solution was pretty straightforward, but it should be fixed for 0.15.13

Re: [kovarex] selection_box does not rotate on type storage-tank

Posted: Tue May 23, 2017 7:37 pm
by malventano
kovarex wrote:Thanks for the report.
I didn't test it as the solution was pretty straightforward, but it should be fixed for 0.15.13
Confirmed fixed in 0.15.13. Thank you!