aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/sokol_gl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/sokol_gl.h b/util/sokol_gl.h
index 603e552d..11b4296f 100644
--- a/util/sokol_gl.h
+++ b/util/sokol_gl.h
@@ -1472,7 +1472,6 @@ SOKOL_API_IMPL void sgl_draw(void) {
break;
case SGL_COMMAND_DRAW:
{
- /* FIXME: don't apply redundant state */
const _sgl_draw_args_t* args = &cmd->args.draw;
sg_pipeline pip = _sgl_pipeline(args->state_bits);
if (pip.id != cur_pip_id) {