Skip to content

Commit

Permalink
remove premature error check
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Mar 17, 2024
1 parent 2f93cbd commit c16c348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render/opengl/gl_engine_egl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit c16c348

Please sign in to comment.