mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl: only bind the FB to the draw FB
This commit is contained in:
parent
d533c393b2
commit
7cc13ce99c
|
@ -1382,7 +1382,7 @@ void GSDeviceOGL::OMSetFBO(GLuint fbo)
|
|||
{
|
||||
if (GLState::fbo != fbo) {
|
||||
GLState::fbo = fbo;
|
||||
glBindFramebuffer(GL_FRAMEBUFFER, fbo);
|
||||
glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue