Fixed wrong comment in implementation for Android.

This commit is contained in:
Philipp Wiesemann 2015-01-31 10:32:45 +01:00
parent 0781b5f9ee
commit 7815393b2e

View File

@ -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.