diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-04-07 11:09:26 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-04-07 11:09:26 +0200 |
| commit | 5b711f15343654f86ca69f6529d32dc5d265e9d4 (patch) | |
| tree | 42ca8a8aa23eead66cfee9c03aaa4a533b2f8426 /util | |
| parent | 595a36e9ebb2f50c9f5c31fbd8ceda4e7e44041c (diff) | |
sokol_gl.h: fix comment typo
Diffstat (limited to 'util')
| -rw-r--r-- | util/sokol_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_gl.h b/util/sokol_gl.h index 41bc8a9d..a3c1359a 100644 --- a/util/sokol_gl.h +++ b/util/sokol_gl.h @@ -70,7 +70,7 @@ might be a useful feature for a later version) - stencil operations - texture coordinate generation - - depth comparison functions other that less-equal + - depth comparison functions other than less-equal - point size and line width - all pixel store functions - no ALPHA_TEST |