[client] egl: nit, fix case of function name

This commit is contained in:
Geoffrey McRae
2021-01-24 12:18:56 +11:00
parent 6990d7f7e3
commit 88b15cb3fe
3 changed files with 3 additions and 3 deletions

View File

@@ -630,7 +630,7 @@ bool egl_render_startup(void * opaque, SDL_Window * window)
const char *client_exts = eglQueryString(this->display, EGL_EXTENSIONS);
const char *vendor = (const char *)glGetString(GL_VENDOR);
egl_DynProcsInit();
egl_dynProcsInit();
DEBUG_INFO("EGL : %d.%d", maj, min);
DEBUG_INFO("Vendor : %s", vendor);