diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-03-31 15:21:28 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-03-31 15:21:28 +0200 |
| commit | de75515cf2e48557b83dc357135e32ec8e66bda3 (patch) | |
| tree | 584b69d27cb50cc8594e6ae2fdbd6928f38fa0f2 /util | |
| parent | 505c93d8a260087ff6e788a348188c89c65b981f (diff) | |
sokol_gl.h: remove obsolete comment
Diffstat (limited to 'util')
| -rw-r--r-- | util/sokol_gl.h | 1 |
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) { |