Skip to content

Commit

Permalink
sokol_gfx.h gl: fix unused variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jun 19, 2023
1 parent fc62ffd commit 177e2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -7666,6 +7666,7 @@ _SOKOL_PRIVATE void _sg_gl_end_pass(void) {
}

// invalidate framebuffers
_SOKOL_UNUSED(fb_draw_bound);
#if defined(SOKOL_GLES3)
// need to restore framebuffer binding before invalidate if the MSAA resolve had changed the binding
if (fb_draw_bound) {
Expand Down

0 comments on commit 177e2c7

Please sign in to comment.