Skip to content

Commit

Permalink
parse_overlay_env: don't use sort_elements here
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Apr 17, 2023
1 parent a67a6bc commit 7225aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/overlay_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ parse_overlay_env(struct overlay_params *params,
char key[256], value[256];
while ((num = parse_string(env, key, value)) != 0) {
env += num;
HUDElements.sort_elements({key, value});
if (!strcmp("full", key)) {
bool read_cfg = params->enabled[OVERLAY_PARAM_ENABLED_read_cfg];
#define OVERLAY_PARAM_BOOL(name) \
Expand Down

0 comments on commit 7225aaa

Please sign in to comment.