|
@@ -258,7 +258,7 @@ typedef struct
|
|
|
|
|
|
static Uint32 SDL_DefaultGraphicsBackends(SDL_VideoDevice *_this)
|
|
|
{
|
|
|
-#if (defined(SDL_VIDEO_OPENGL) && defined(SDL_PLATFORM_MACOS)) || (defined(SDL_PLATFORM_IOS) && !TARGET_OS_MACCATALYST) || defined(SDL_PLATFORM_ANDROID)
|
|
|
+#if (defined(SDL_VIDEO_OPENGL) && defined(SDL_PLATFORM_MACOS)) || (defined(SDL_PLATFORM_IOS) && !TARGET_OS_MACCATALYST)
|
|
|
if (_this->GL_CreateContext) {
|
|
|
return SDL_WINDOW_OPENGL;
|
|
|
}
|