diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index c11f08de12a..fd0842b5d91 100644 --- a/backends/platform/sdl/sdl.cpp +++ b/backends/platform/sdl/sdl.cpp @@ -372,7 +372,7 @@ void OSystem_SDL::detectOpenGLFeaturesSupport() { _oglType = OpenGL::kContextGL; OpenGLContext.initialize(_oglType); _supportsFrameBuffer = OpenGLContext.framebufferObjectSupported; - _supportsShaders = OpenGLContext.shadersSupported; + _supportsShaders = OpenGLContext.enginesShadersSupported; OpenGLContext.reset(); #endif #endif