screencopy: fix build with legacyrenderer

fixes #8355
This commit is contained in:
Vaxry 2024-11-05 09:59:03 +00:00
parent 88e9e03945
commit e3882b23d0

View file

@ -255,7 +255,7 @@ bool CScreencopyFrame::copyShm() {
#ifndef GLES2
glBindFramebuffer(GL_READ_FRAMEBUFFER, fb.getFBID());
#else
glBindFramebuffer(GL_FRAMEBUFFER, fb.m_iFb);
glBindFramebuffer(GL_FRAMEBUFFER, fb.getFBID());
#endif
const auto PFORMAT = FormatUtils::getPixelFormatFromDRM(shm.format);