From 9990e4e91d1bd985bb947d419d4b5400ac8ffde0 Mon Sep 17 00:00:00 2001 From: onelin Date: Sat, 14 Jun 2025 11:09:31 +0200 Subject: Components are not errors:) --- src/resources/src/textures.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resources/src/textures.c b/src/resources/src/textures.c index 2ba4691..913c931 100644 --- a/src/resources/src/textures.c +++ b/src/resources/src/textures.c @@ -23,7 +23,6 @@ Texture load_texture(const Asset_TextureSpec *restrict ts) { } img = stbi_load(ts->path, &width, &height, &components_per_pixel, 0); - ERROR("components per pixel: %d", components_per_pixel); if (img == NULL) { ERROR("Failed to load image %s", ts->path); -- cgit v1.3