From 9c8853a9a1cd18a7c35b24986a1a11663b4565eb Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Thu, 12 Feb 2026 09:42:36 +0100 Subject: sokol_gfx.h: fix comment typo --- sokol_gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3