From e9fb18f59436a70bac9b46645efe7515a4537e48 Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Fri, 27 Jan 2012 01:00:09 +0100 Subject: [PATCH] Unbind FBO before returning from gl_init_fbo(). --- ps3/ps3_video_psgl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ps3/ps3_video_psgl.c b/ps3/ps3_video_psgl.c index 32dcd60fc0..2f7fbe526d 100644 --- a/ps3/ps3_video_psgl.c +++ b/ps3/ps3_video_psgl.c @@ -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: