[client] egl: fix typo

This commit is contained in:
Geoffrey McRae 2023-11-08 16:06:32 +11:00
parent 86e8e99107
commit 6492c47e1e

View File

@ -345,7 +345,7 @@ bool egl_desktopSetup(EGL_Desktop * desktop, const LG_RendererFormat format)
break;
case FRAME_TYPE_RGB_24:
pixFmt = EGL_PF_BGR_24;
pixFmt = EGL_PF_RGB_24;
break;
default: