diff --git a/src/video/SDL_video.c b/src/video/SDL_video.c index 98fd06d2b3..4f8f3c0f8f 100644 --- a/src/video/SDL_video.c +++ b/src/video/SDL_video.c @@ -5265,7 +5265,7 @@ bool SDL_GL_GetAttribute(SDL_GLAttr attr, int *value) } case SDL_GL_ACCELERATED_VISUAL: { - // FIXME: How do we get this information? + // Note that we can _not_ reasonably detect this once we have a context. *value = (_this->gl_config.accelerated != 0); return true; }