tales / tales-client

Moved to https://gitlab.com/tales/tales-client
http://www.manasource.org/
GNU General Public License v2.0
13 stars 5 forks source link

Looking down or up not possible with virtual joystick #12

Open Ablu opened 9 years ago

Ablu commented 9 years ago

I cannot end a move looking down or upwards. The character immediately looks left or right when stopping walking.

Ablu commented 9 years ago

This happens because the Binding is evaluated twice (first time for the y value change, second time for the x value). So it always ends with a call where y is 0 but the x value is still set.

Not sure yet how to fix it nicely...