From eb4137aefd8718b317a9d5358923d2af3d020036 Mon Sep 17 00:00:00 2001 From: rmn20 Date: Fri, 17 Jan 2025 16:41:53 +0300 Subject: [PATCH] Remove Platform_Log4 in NDS Gfx_AllocTexture --- src/Graphics_NDS.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Graphics_NDS.c b/src/Graphics_NDS.c index 70bc67b99..48040144e 100644 --- a/src/Graphics_NDS.c +++ b/src/Graphics_NDS.c @@ -184,8 +184,6 @@ GfxResourceID Gfx_AllocTexture(struct Bitmap* bmp, int rowWidth, cc_uint8 flags, } } - Platform_Log4("Texformat %i %i %i %i", &texFormat, &bmp->width, &bmp->height, &pal_size); - // Load texture in vram int textureID; glGenTextures(1, &textureID);