summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-05-22 02:18:50 +0200
committerraysan5 <[email protected]>2020-05-22 02:18:50 +0200
commit70cd2f1edfbfd914cf338decd6500f089262f932 (patch)
treed06934fc76d293f548190ea1c2c77eb2c00fcb3f /src
parent0e56bc2929776e8538b5c4109a8982d1e79b2b20 (diff)
downloadraylib-70cd2f1edfbfd914cf338decd6500f089262f932.tar.gz
raylib-70cd2f1edfbfd914cf338decd6500f089262f932.zip
Tweak
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 15cdf9cd..b673be7b 100644
--- a/src/rlgl.h
+++ b/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++)
{