Skip to content

Commit

Permalink
Merge pull request #39078 from m4gr3d/override_command_line_args_3_2
Browse files Browse the repository at this point in the history
[3.2] Provide the ability to override the command line arguments
  • Loading branch information
akien-mga authored May 27, 2020
2 parents 757d8b5 + 06b7f61 commit 6abe73f
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 6abe73f

Please sign in to comment.