Merge pull request #39077 from m4gr3d/override_command_line_args

Provide the ability to override the command line arguments
This commit is contained in:
Rémi Verschelde 2020-05-27 11:47:42 +02:00 committed by GitHub
commit a5a7f5f73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -345,7 +345,8 @@ public abstract class Godot extends FragmentActivity implements SensorEventListe
return deviceInfo.reqGlEsVersion;
}
private String[] getCommandLine() {
@CallSuper
protected String[] getCommandLine() {
InputStream is;
try {
is = getAssets().open("_cl_");