udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Option -r is ignored when using with -i (and -a) #156

Closed uap-universe closed 13 years ago

uap-universe commented 13 years ago

In this call (which should render a plain overview over the transit system)

./c10t -w /opt/minecraft/world/ -o ./rails.png -r 90 -a -i 66

The option "-r" is completely ignored. If I add some other rendering option (e.g. -c for cave screen) then all works fine.

I also tried -r 270 and changing the parameter order (-a -i 66 -r 90) but the output was equal to -r 0 every time.

Linux x64: version: git 43336eb, built on Mar 21 2011

uap-universe commented 13 years ago

I tried to analyze this one once again but... I cannot reproduce this thing anymore. Because there are much more important things to do i close this until i find an exact way to reproduce it again.