diff options
| author | raysan5 <[email protected]> | 2020-05-22 02:18:50 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-05-22 02:18:50 +0200 |
| commit | 70cd2f1edfbfd914cf338decd6500f089262f932 (patch) | |
| tree | d06934fc76d293f548190ea1c2c77eb2c00fcb3f /src | |
| parent | 0e56bc2929776e8538b5c4109a8982d1e79b2b20 (diff) | |
| download | raylib-70cd2f1edfbfd914cf338decd6500f089262f932.tar.gz raylib-70cd2f1edfbfd914cf338decd6500f089262f932.zip | |
Tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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++) { |
