From bdb86fa1d6f1d2f11e05a931db7597310b1fe9b5 Mon Sep 17 00:00:00 2001 From: vimene Date: Fri, 26 Dec 2025 22:39:08 +0100 Subject: started working on implementing textures --- src/stb_image.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stb_image.c') diff --git a/src/stb_image.c b/src/stb_image.c index 9177288..cf4a748 100644 --- a/src/stb_image.c +++ b/src/stb_image.c @@ -1,2 +1,3 @@ #define STB_IMAGE_IMPLEMENTATION +#define STBI_FAILURE_USERMSG #include -- cgit v1.2.3