raysan5 5 年之前
父节点
当前提交
70cd2f1edf
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/rlgl.h

+ 0 - 2
src/rlgl.h

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