mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 12:17:04 +00:00
Unbind FBO before returning from gl_init_fbo().
This commit is contained in:
parent
db1765e788
commit
e968d26ba8
@ -380,6 +380,7 @@ static void gl_init_fbo(gl_t *gl, unsigned width, unsigned height)
|
||||
}
|
||||
|
||||
gl->fbo_inited = true;
|
||||
glBindFramebufferOES(GL_FRAMEBUFFER_OES, 0);
|
||||
return;
|
||||
|
||||
error:
|
||||
|
Loading…
Reference in New Issue
Block a user