diff --git a/src/input_viewer.c b/src/input_viewer.c index 7850390..c973516 100644 --- a/src/input_viewer.c +++ b/src/input_viewer.c @@ -45,7 +45,7 @@ void InputViewer_onNormal() print_text_fmt_int(270, 40, "%d", ABS(x)); print_text_fmt_int(270, 20, "%d", ABS(y)); if (x) - print_text(250, 40, POSITIVE(x) ? "L" : "R"); + print_text(250, 40, POSITIVE(x) ? "R" : "L"); if (y) print_text(250, 20, POSITIVE(y) ? "U" : "D"); diff --git a/src/xversion.h b/src/xversion.h index a7204b8..4cef703 100644 --- a/src/xversion.h +++ b/src/xversion.h @@ -1 +1 @@ -HACKTICE_VERSION(1, 4, 1) \ No newline at end of file +HACKTICE_VERSION(1, 4, 2) \ No newline at end of file