Browse Source

sokol_gl.h: remove obsolete comment

Andre Weissflog 10 months ago
parent
commit
3bec877e3f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      util/sokol_gl.h

+ 0 - 1
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;