summaryrefslogtreecommitdiff
path: root/src/skel
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-05 23:25:13 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-05 23:25:13 +0300
commite952d3e6249024caf83308d4aeddba25073e49bb (patch)
treefe5c3efc3cb0dff9a988d7db9558ee1fe4a63457 /src/skel
parent4fc80e7b730b1c4d5be876686a50f4966cea08c7 (diff)
VK_LEFT fix
Diffstat (limited to 'src/skel')
-rw-r--r--src/skel/win/win.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp
index d894e0bb..f82af3b2 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -2739,6 +2739,7 @@ BOOL _InputTranslateKey(RsKeyCodes *rs, UINT flag, UINT key)
*rs = rsLEFT;
else
*rs = rsPADLEFT;
+ break;
}
case VK_UP: