mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
feedback_pass - change to 0
This commit is contained in:
parent
cad2eee9e0
commit
0f5118d895
@ -708,10 +708,10 @@ void gl_deinit_fbo(gl_t *gl)
|
||||
if (gl->fbo_feedback_texture)
|
||||
glDeleteTextures(1, &gl->fbo_feedback_texture);
|
||||
|
||||
gl->fbo_feedback_enable = false;
|
||||
gl->fbo_feedback_pass = -1; /* TODO: this member is unsigned, figure out what it should be */
|
||||
gl->fbo_feedback_enable = false;
|
||||
gl->fbo_feedback_pass = 0;
|
||||
gl->fbo_feedback_texture = 0;
|
||||
gl->fbo_feedback = 0;
|
||||
gl->fbo_feedback = 0;
|
||||
}
|
||||
|
||||
/* Set up render to texture. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user