Browse Source

Tweak

pull/1262/head
raysan5 4 years ago
parent
commit
70cd2f1edf
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/rlgl.h

+ 0
- 2
src/rlgl.h View File

@ -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++)
{

Loading…
Cancel
Save