[fix] GestureDetector: fix typo in ges_coordinate_translation_90 (#4804)

Fixes #4803.
pull/4805/head
Frans de Jonge 5 years ago committed by GitHub
parent f817bb5e0c
commit e357165f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -709,7 +709,7 @@ local ges_coordinate_translation_90 = {
east = "north",
west = "south",
northeast = "northwest",
northwest = "southeast",
northwest = "southwest",
southeast = "northeast",
southwest = "southeast",
}

Loading…
Cancel
Save