- Fixed custom height and width not saving.

* Fixes #780.
This commit is contained in:
CandiceJoy 2023-01-01 22:51:37 -05:00 committed by Mitchell Richters
parent bcd2d82bc7
commit 483cec5bdd

View file

@ -83,8 +83,8 @@ CCMD (menu_resolution_commit_changes)
vid_fullscreen = true;
vid_scalemode = 5;
vid_scalefactor = 1.;
vid_scale_customwidth = menu_resolution_custom_width;
vid_scale_customheight = menu_resolution_custom_height;
vid_scale_customwidth = *menu_resolution_custom_width;
vid_scale_customheight = *menu_resolution_custom_height;
vid_scale_custompixelaspect = 1.0;
}
}