fix direction of up/down pan

This commit is contained in:
Dobrica Pavlinusic
2011-11-26 16:32:24 +01:00
parent aa55dca677
commit 31a487e746

View File

@@ -291,10 +291,10 @@ function mainloop()
offset_x = offset_x - x
goto(pageno)
elseif ev.code == KEY_FW_UP then
offset_y = offset_y - y
offset_y = offset_y + y
goto(pageno)
elseif ev.code == KEY_FW_DOWN then
offset_y = offset_y + y
offset_y = offset_y - y
goto(pageno)
elseif ev.code == KEY_FW_PRESS then
if shiftmode then