Page 1 of 1

[0.17.23] zoom_to_world ignores all parameters

Posted: Fri Mar 29, 2019 10:01 pm
by jarcionek
The following command

Code: Select all

game.player.zoom_to_word({0, 0}, 0.5}
ignores both parameters and opens zoom-to-world view at player's position and player's current zoom.

This broke in version 0.17.22 or 0.17.23. Most likely while fixing bug 68327.

Re: [0.17.23] zoom_to_world ignores all parameters

Posted: Sat Mar 30, 2019 8:17 am
by posila
You are correct, I've messed that up.
Thanks for the report.
Fixed for 0.17.24

Re: [0.17.23] zoom_to_world ignores all parameters

Posted: Sat Mar 30, 2019 9:27 am
by jarcionek
No worries, thanks for the quick fix :)