summaryrefslogtreecommitdiff
path: root/Source/Android/jni/ButtonManager.cpp
diff options
context:
space:
mode:
authorspider-mario <spidermario@free.fr>2016-06-24 22:36:15 +0200
committerspider-mario <spidermario@free.fr>2016-06-24 22:36:15 +0200
commit9e826940716c75cc8d9c54c695dda4cbe1b92ec0 (patch)
tree0e307ed6729e4687de5f85ec3ae87afa699a6397 /Source/Android/jni/ButtonManager.cpp
parentb3302143879ea51ffe838ffc629aa88c4d9086c5 (diff)
Fix configStrings in Android’s ButtonManager
The bug was exposed by clang-format.
Diffstat (limited to 'Source/Android/jni/ButtonManager.cpp')
-rw-r--r--Source/Android/jni/ButtonManager.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Android/jni/ButtonManager.cpp b/Source/Android/jni/ButtonManager.cpp
index 7db0fe31ed..36d21684ce 100644
--- a/Source/Android/jni/ButtonManager.cpp
+++ b/Source/Android/jni/ButtonManager.cpp
@@ -23,9 +23,7 @@ std::vector<std::string> configStrings = {
"WiimoteUp", "WiimoteDown", "WiimoteLeft", "WiimoteRight", "IRUp", "IRDown", "IRLeft",
"IRRight", "IRForward", "IRBackward", "IRHide", "SwingUp", "SwingDown", "SwingLeft",
"SwingRight", "SwingForward", "SwingBackward", "TiltForward", "TiltBackward", "TiltLeft",
- "TiltRight", "TiltModifier"
- "ShakeX",
- "ShakeY", "ShakeZ",
+ "TiltRight", "TiltModifier", "ShakeX", "ShakeY", "ShakeZ",
// Nunchuk
"NunchukC", "NunchukZ", "NunchukUp", "NunchukDown", "NunchukLeft", "NunchukRight",
"NunchukSwingUp", "NunchukSwingDown", "NunchukSwingLeft", "NunchukSwingRight",