EGL: Fix android build broken by last commit

This commit is contained in:
Scott Moreau
2014-01-23 19:41:07 -07:00
parent d4ff195cad
commit 202054708b
5 changed files with 7 additions and 8 deletions

View File

@ -173,9 +173,7 @@ bool cInterfaceEGL::Create(void *&window_handle)
else
eglBindAPI(EGL_OPENGL_ES_API);
GLWin.parent = (Window) window_handle;
if (!Platform.Init(config))
if (!Platform.Init(config, window_handle))
return false;
s = eglQueryString(GLWin.egl_dpy, EGL_VERSION);