This commit is contained in:
twinaphex 2020-03-06 02:25:28 +01:00
parent 6ad38b4140
commit 6fd784375a

View File

@ -2840,7 +2840,7 @@ static bool gl2_frame(void *data, const void *frame,
#ifdef IOS
/* Apparently the viewport is lost each frame, thanks Apple. */
gl2_set_viewport(gl, video_info, width, height, false, true);
gl2_set_viewport(gl, width, height, false, true);
#endif
/* Render to texture in first pass. */