diff --git a/client/renderers/EGL/desktop.c b/client/renderers/EGL/desktop.c index 38a5adbc..64015bc4 100644 --- a/client/renderers/EGL/desktop.c +++ b/client/renderers/EGL/desktop.c @@ -479,6 +479,9 @@ bool egl_desktopRender(EGL_Desktop * desktop, unsigned int outputWidth, EGL_Texture * texture = egl_postProcessGetOutput(desktop->pp, &finalSizeX, &finalSizeY); + if (!texture) + texture = tex; + glBindFramebuffer(GL_FRAMEBUFFER, 0); egl_resetViewport(desktop->egl);