Remove another redundant call to `egl_destroy_gl_dll` in `egl_init_context`
This commit is contained in:
parent
22dc48142e
commit
4d14b28728
|
@ -636,8 +636,6 @@ bool egl_init_context(egl_ctx_data_t *egl,
|
|||
return false;
|
||||
|
||||
#ifdef HAVE_DYLIB
|
||||
egl_destroy_gl_dll();
|
||||
|
||||
for (; *attrib_ptr != EGL_NONE; ++attrib_ptr)
|
||||
{
|
||||
if (*attrib_ptr == EGL_OPENGL_ES3_BIT_KHR)
|
||||
|
|
Loading…
Reference in New Issue