diff --git a/video.c b/video.c index c0000d7..dce91b9 100644 --- a/video.c +++ b/video.c @@ -4271,8 +4271,9 @@ static void CuvidDisplayFrame(void) { #else eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext); EglCheck(); -#endif usleep(5000); +#endif + glClear(GL_COLOR_BUFFER_BIT); #else // PLACEBO