Fix C++ comment

This commit is contained in:
twinaphex 2020-08-09 19:24:13 +02:00
parent a31514d7e0
commit 06210387af

View File

@ -321,7 +321,7 @@ enum midi_driver_enum
};
#if defined(HAVE_METAL)
// iOS supports both the OpenGL and Metal video drivers; default to OpenGL since Metal support is preliminary
/* iOS supports both the OpenGL and Metal video drivers; default to OpenGL since Metal support is preliminary */
#if defined(HAVE_COCOATOUCH) && defined(HAVE_OPENGL)
static const enum video_driver_enum VIDEO_DEFAULT_DRIVER = VIDEO_GL;
#else