Skip to content

Commit

Permalink
Fixed custom height and width not saving.
Browse files Browse the repository at this point in the history
Signed-off-by: CandiceJoy <candice@candicejoy.com>
  • Loading branch information
CandiceJoy authored and madame-rachelle committed Jan 2, 2023
1 parent 8bcdbc2 commit b61be58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/menu/resolutionmenu.cpp
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit b61be58

Please sign in to comment.