Fixed missing modification after last commit
This commit is contained in:
parent
62941c4264
commit
1c9a8310ff
@ -95,7 +95,7 @@ bool RenderTextureImplFBO::create(unsigned int width, unsigned int height, unsig
|
|||||||
err() << "Impossible to create render texture (failed to create the frame buffer object)" << std::endl;
|
err() << "Impossible to create render texture (failed to create the frame buffer object)" << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
glCheck(GLEXT_glBindFramebuffer(GL_FRAMEBUFFER, m_frameBuffer));
|
glCheck(GLEXT_glBindFramebuffer(GLEXT_GL_FRAMEBUFFER, m_frameBuffer));
|
||||||
|
|
||||||
// Create the depth buffer if requested
|
// Create the depth buffer if requested
|
||||||
if (depthBuffer)
|
if (depthBuffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user