- set initial vsync state after creation of framebuffer

https://forum.zdoom.org/viewtopic.php?t=66020
This commit is contained in:
alexey.lysiuk 2019-10-04 10:46:52 +03:00
parent 0dea6fcecc
commit 9332316c2a

View file

@ -625,6 +625,7 @@ void V_Init2()
menu_resolution_custom_width = SCREENWIDTH;
menu_resolution_custom_height = SCREENHEIGHT;
screen->SetVSync(vid_vsync);
screen->SetGamma ();
FBaseCVar::ResetColors ();
C_NewModeAdjust();