mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 16:40:46 +00:00
parent
bcd2d82bc7
commit
483cec5bdd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue