mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 12:05:14 -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
|
// Load texture in vram
|
||||||
int textureID;
|
int textureID;
|
||||||
glGenTextures(1, &textureID);
|
glGenTextures(1, &textureID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user