Skip to content

Commit

Permalink
Provide the ability for clients of the Godot library to add their own…
Browse files Browse the repository at this point in the history
… command line arguments
  • Loading branch information
m4gr3d committed May 27, 2020
1 parent 757d8b5 commit 06b7f61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ public int getGLESVersionCode() {
return deviceInfo.reqGlEsVersion;
}

private String[] getCommandLine() {
@CallSuper
protected String[] getCommandLine() {
InputStream is;
try {
is = getAssets().open("_cl_");
Expand Down

0 comments on commit 06b7f61

Please sign in to comment.