fix clipping when changing resolutions
This commit is contained in:
parent
f99825081d
commit
e94fb6bd80
1 changed files with 1 additions and 0 deletions
|
@ -1549,6 +1549,7 @@ local void SetRes800(Menuitem *mi __attribute__((unused)))
|
|||
ToggleFullScreen();
|
||||
#endif
|
||||
}
|
||||
SetClipping(0,0,VideoWidth-1,VideoHeight-1);
|
||||
LoadCcl();
|
||||
EndMenu();
|
||||
GlobalOptions();
|
||||
|
|
Loading…
Add table
Reference in a new issue