Reverted the last commit, apparently not every GLEW contains required definitions.

This commit is contained in:
Maciej Suminski 2014-11-13 16:30:30 +01:00
parent 1f8b77697f
commit 7de3aa9af2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void OPENGL_COMPOSITOR::Initialize()
// We need framebuffer objects for drawing the screen contents
// Generate framebuffer and a depth buffer
glGenFramebuffersEXT( 1, &m_framebuffer );
glBindFramebufferEXT( GL_FRAMEBUFFER_EXT, m_framebuffer );
glBindFramebufferEXT( GL_FRAMEBUFFER, m_framebuffer );
m_currentFbo = m_framebuffer;
// Allocate memory for the depth buffer