mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 02:56:09 -04:00
Remove Platform_Log4 in NDS Gfx_AllocTexture
This commit is contained in:
parent
ae2b0b10dd
commit
eb4137aefd
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user