fix clipping when changing resolutions

This commit is contained in:
nehalmistry 2002-06-18 16:14:27 +00:00
parent f99825081d
commit e94fb6bd80

View file

@ -1549,6 +1549,7 @@ local void SetRes800(Menuitem *mi __attribute__((unused)))
ToggleFullScreen();
#endif
}
SetClipping(0,0,VideoWidth-1,VideoHeight-1);
LoadCcl();
EndMenu();
GlobalOptions();