Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed May 22, 2020
1 parent 0e56bc2 commit 70cd2f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rlgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1937,8 +1937,6 @@ unsigned int rlLoadTexture(void *data, int width, int height, int format, int mi
int mipHeight = height;
int mipOffset = 0; // Mipmap data offset

TRACELOGD("TEXTURE: Load texture from data memory address: 0x%x", data);

// Load the different mipmap levels
for (int i = 0; i < mipmapCount; i++)
{
Expand Down

0 comments on commit 70cd2f1

Please sign in to comment.