浏览代码

Fixed wrong comment in implementation for Android.

Philipp Wiesemann 10 年之前
父节点
当前提交
7815393b2e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      android-project/src/org/libsdl/app/SDLActivity.java

+ 0 - 1
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.