OGL: Also redefine glFramebufferTexture on OpenGL ES.

This commit is contained in:
Jules Blok
2014-10-31 17:05:00 +01:00
parent aa57feb9a8
commit c0a5ae1746

View File

@ -468,7 +468,7 @@ Renderer::Renderer()
glClearDepthf = ClearDepthf; glClearDepthf = ClearDepthf;
} }
if (GLExtensions::Version() < 320) if (GLExtensions::Version() < 320 || GLInterface->GetMode() != GLInterfaceMode::MODE_OPENGL)
{ {
glFramebufferTexture = FramebufferTexture; glFramebufferTexture = FramebufferTexture;
} }