mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-10 11:11:51 +00:00
Fixed custom height and width not saving.
Signed-off-by: CandiceJoy <candice@candicejoy.com>
This commit is contained in:
parent
8bcdbc230d
commit
b61be581d9
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ CCMD (menu_resolution_commit_changes)
|
||||||
vid_fullscreen = true;
|
vid_fullscreen = true;
|
||||||
vid_scalemode = 5;
|
vid_scalemode = 5;
|
||||||
vid_scalefactor = 1.;
|
vid_scalefactor = 1.;
|
||||||
vid_scale_customwidth = menu_resolution_custom_width;
|
vid_scale_customwidth = *menu_resolution_custom_width;
|
||||||
vid_scale_customheight = menu_resolution_custom_height;
|
vid_scale_customheight = *menu_resolution_custom_height;
|
||||||
vid_scale_custompixelaspect = 1.0;
|
vid_scale_custompixelaspect = 1.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue