Update
This commit is contained in:
parent
6ad38b4140
commit
6fd784375a
|
@ -2840,7 +2840,7 @@ static bool gl2_frame(void *data, const void *frame,
|
||||||
|
|
||||||
#ifdef IOS
|
#ifdef IOS
|
||||||
/* Apparently the viewport is lost each frame, thanks Apple. */
|
/* 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
|
#endif
|
||||||
|
|
||||||
/* Render to texture in first pass. */
|
/* Render to texture in first pass. */
|
||||||
|
|
Loading…
Reference in New Issue