Commit 26c312e8 authored by lukeph's avatar lukeph

typo with the openGL extension handler under Linux

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1062 dfc29bdd-3216-0410-991c-e03cc46cb475
parent dd3ce1b8
...@@ -381,7 +381,7 @@ void COpenGLExtensionHandler::initExtensions(bool stencilBuffer) ...@@ -381,7 +381,7 @@ void COpenGLExtensionHandler::initExtensions(bool stencilBuffer)
pGlIsBufferARB = (PFNGLISBUFFERARBPROC) pGlIsBufferARB = (PFNGLISBUFFERARBPROC)
IRR_OGL_LOAD_EXTENSION(reinterpret_cast<const GLubyte*>("glIsBufferARB")); IRR_OGL_LOAD_EXTENSION(reinterpret_cast<const GLubyte*>("glIsBufferARB"));
pGlGetBufferParameterivARB = (PFNGLDELETEBUFFERSARBPROC) pGlGetBufferParameterivARB = (PFNGLGETBUFFERPARAMETERIVARBPROC)
IRR_OGL_LOAD_EXTENSION(reinterpret_cast<const GLubyte*>("glGetBufferParameterivARB")); IRR_OGL_LOAD_EXTENSION(reinterpret_cast<const GLubyte*>("glGetBufferParameterivARB"));
pGlGetBufferPointervARB = (PFNGLGETBUFFERPOINTERVARBPROC) pGlGetBufferPointervARB = (PFNGLGETBUFFERPOINTERVARBPROC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment