Replace EGL symbol loader
This commit is contained in:
@@ -321,7 +321,7 @@ namespace Nz::GL
|
||||
|
||||
bool EGLContextBase::LoadEGLExt()
|
||||
{
|
||||
if (!Activate())
|
||||
if (!SetCurrentContext(this))
|
||||
return false;
|
||||
|
||||
const char* extensionString = m_loader.eglQueryString(m_display, EGL_EXTENSIONS);
|
||||
|
||||
Reference in New Issue
Block a user