Add comment about hack

This commit is contained in:
twinaphex 2019-03-12 21:47:35 +01:00
parent 911a6a905b
commit 3d06b4aee2

View File

@ -3306,6 +3306,8 @@ static void *gl2_init(const video_info_t *video,
if (!video_context_driver_set_video_mode(&mode))
goto error;
#if defined(__APPLE__) && !defined(IOS)
/* This is a hack for now to work around a very annoying
* issue that currently eludes us. */
if (!video_context_driver_set_video_mode(&mode))
goto error;
#endif