summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: