diff --git a/src/rendering/v_video.cpp b/src/rendering/v_video.cpp index bcda5920d..21993b46e 100644 --- a/src/rendering/v_video.cpp +++ b/src/rendering/v_video.cpp @@ -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();