Fix parameters in ogl2 extension handler, thanks to kine for the hint

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@3495 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2010-12-10 15:48:16 +00:00
parent 4f6edf5e2e
commit 7ac7c9cb9c
2 changed files with 1 additions and 3 deletions

View File

@ -104,9 +104,7 @@ namespace irr
void COGLES2ExtensionHandler::initExtensions( COGLES2Driver* driver,
#ifdef EGL_VERSION_1_0
EGLDisplay display,
#endif
bool withStencil )
{
#ifdef EGL_VERSION_1_0

View File

@ -130,7 +130,7 @@ namespace irr
void dump() const;
void initExtensions( COGLES2Driver* driver,
void* display,
EGLDisplay display,
bool withStencil );
protected: