mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
fixed LCARS
This commit is contained in:
parent
130c3e90a0
commit
a01539cf8f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user