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-e03cc46cb475master
parent
4f6edf5e2e
commit
7ac7c9cb9c
|
@ -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
|
||||
|
|
|
@ -130,7 +130,7 @@ namespace irr
|
|||
void dump() const;
|
||||
|
||||
void initExtensions( COGLES2Driver* driver,
|
||||
void* display,
|
||||
EGLDisplay display,
|
||||
bool withStencil );
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue