You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Provide the ability for clients of the Godot library to add their own command line arguments
This commit is contained in:
@@ -454,7 +454,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_");
|
||||||
|
|||||||
Reference in New Issue
Block a user