aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2019-03-31 15:21:28 +0200
committerAndre Weissflog <floooh@gmail.com>2019-03-31 15:21:28 +0200
commitde75515cf2e48557b83dc357135e32ec8e66bda3 (patch)
tree584b69d27cb50cc8594e6ae2fdbd6928f38fa0f2 /util
parent505c93d8a260087ff6e788a348188c89c65b981f (diff)
sokol_gl.h: remove obsolete comment
Diffstat (limited to 'util')
-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) {