Commit 7815393b2e8d7080eef0828defef56925d30e355

Philipp Wiesemann 2015-01-31T10:32:45

Fixed wrong comment in implementation for Android.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/android-project/src/org/libsdl/app/SDLActivity.java b/android-project/src/org/libsdl/app/SDLActivity.java
index a864aa0..a39d05e 100644
--- a/android-project/src/org/libsdl/app/SDLActivity.java
+++ b/android-project/src/org/libsdl/app/SDLActivity.java
@@ -81,7 +81,6 @@ public class SDLActivity extends Activity {
     }
     
     /**
-     * This method is called by SDL using JNI.
      * This method is called by SDL before starting the native application thread.
      * It can be overridden to provide the arguments after the application name.
      * The default implementation returns an empty array. It never returns null.