Commit 75100e56 by Fredia Huya-Kouadio

Provide the ability for clients of the Godot library to add their own command line arguments

parent 84d9e10f
......@@ -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_");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment