Browse Source

Android: Fixed missing break warning.

Philipp Wiesemann 9 years ago
parent
commit
2b6f64220a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      android-project/src/org/libsdl/app/SDLActivity.java

+ 1 - 0
android-project/src/org/libsdl/app/SDLActivity.java

@@ -1627,6 +1627,7 @@ class SDLGenericMotionListener_API12 implements View.OnGenericMotionListener {
                     default:
                         break;
                 }
+                break;
 
             default:
                 break;