mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-04 06:00:23 +00:00
forgot one refresh_config
This commit is contained in:
parent
fe69ec2955
commit
e68dd48f3f
@ -905,7 +905,7 @@ void check_keybinds(struct overlay_params& params){
|
||||
}
|
||||
}
|
||||
|
||||
if (elapsedRefreshConfig >= 500000){
|
||||
if (elapsedReloadCfg >= 500000){
|
||||
if (key_is_pressed(params.reload_cfg)){
|
||||
parse_overlay_config(¶ms, getenv("MANGOHUD_CONFIG"));
|
||||
reload_cfg_press = now;
|
||||
|
Loading…
Reference in New Issue
Block a user