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