diff --git a/src/render/opengl/gl_engine_egl.cpp b/src/render/opengl/gl_engine_egl.cpp index 9fe38de8..eb236378 100644 --- a/src/render/opengl/gl_engine_egl.cpp +++ b/src/render/opengl/gl_engine_egl.cpp @@ -139,7 +139,6 @@ void GLEngineEGL::initialize() { // Get the default display eglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY); if (eglDisplay == EGL_NO_DISPLAY) { - checkEGLError(false); exception("ERROR: Failed to initialize EGL, could not get default display"); }