Fixed OSD Size for skindesigner with UHD

Fixed corruption with fast Menue Switch
This commit is contained in:
jojo61
2019-11-11 17:45:59 +01:00
parent b883fa606b
commit 8838d4c754
2 changed files with 45 additions and 36 deletions

View File

@@ -909,6 +909,7 @@ bool cOglCmdCopyBufferToOutputFb::Execute(void) {
#endif
ActivateOsd(oFb->texture,x, y, fb->Width() ,fb->Height());
oFb->Unbind();
glFlush();
pthread_mutex_unlock(&OSDMutex);
return true;