fixed LCARS

This commit is contained in:
jojo61 2018-10-12 15:15:48 +02:00
parent 130c3e90a0
commit a01539cf8f
1 changed files with 1 additions and 1 deletions

View File

@ -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);