From a01539cf8f1bfdfafc25afcf2d26a325b8ecb527 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Fri, 12 Oct 2018 15:15:48 +0200 Subject: [PATCH] fixed LCARS --- openglosd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openglosd.cpp b/openglosd.cpp index 8b89b84..ee344b3 100644 --- a/openglosd.cpp +++ b/openglosd.cpp @@ -779,7 +779,7 @@ bool cOglCmdCopyBufferToOutputFb::Execute(void) { fb->BindRead(); oFb->BindWrite(); -// glClear(GL_COLOR_BUFFER_BIT); + glClear(GL_COLOR_BUFFER_BIT); fb->Blit(x, y + fb->Height(), x + fb->Width(), y); oFb->Unbind(); pthread_mutex_unlock(&OSDMutex);