diff options
| author | Andre Weissflog <floooh@gmail.com> | 2026-02-12 09:42:36 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2026-02-12 09:42:36 +0100 |
| commit | 9c8853a9a1cd18a7c35b24986a1a11663b4565eb (patch) | |
| tree | 72b6d21957e3bb24cb7609a58f9a61327e46a730 | |
| parent | d48aa2ff673af2d6b981032dd43766ab15689163 (diff) | |
sokol_gfx.h: fix comment typo
| -rw-r--r-- | sokol_gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index e4561bc2..539dec2d 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -1709,7 +1709,7 @@ sg_buffer buf = sg_make_buffer(...) if (sg_query_buffer_state(buf) == SG_RESOURCESTATE_VALID) { - // creating the resource has failed + // creating the resource has succeeded } When calling the 'make functions', the created resource goes through a number |