diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-10-25 15:48:45 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-10-25 15:48:45 +0200 |
| commit | 3bec877e3fbe4d2d73759d1d70681e908c3fae7e (patch) | |
| tree | 0bb328626b066419ebf90900c75db6c94b45214e /util | |
| parent | 0f058c882112bce826b52a139239beb15cb4bf2e (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 4e4a2179..6e57f313 100644 --- a/util/sokol_gl.h +++ b/util/sokol_gl.h @@ -3725,7 +3725,6 @@ static _sgl_matrix_t* _sgl_matrix(_sgl_context_t* ctx) { return &ctx->matrix_stack[ctx->cur_matrix_mode][ctx->matrix_tos[ctx->cur_matrix_mode]]; } -// return sg_context_desc_t with patched defaults static sgl_desc_t _sgl_desc_defaults(const sgl_desc_t* desc) { SOKOL_ASSERT((desc->allocator.alloc_fn && desc->allocator.free_fn) || (!desc->allocator.alloc_fn && !desc->allocator.free_fn)); sgl_desc_t res = *desc; |