Преглед изворни кода

TraceLog() output tweak

pull/269/head
raysan5 пре 8 година
родитељ
комит
0b869948c6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c Прегледај датотеку

@ -380,7 +380,7 @@ Texture2D LoadTextureFromImage(Image image)
texture.mipmaps = image.mipmaps; texture.mipmaps = image.mipmaps;
texture.format = image.format; texture.format = image.format;
TraceLog(INFO, "[TEX %i] Parameters: %ix%i, %i mips, format %i", texture.width, texture.height, texture.mipmaps, texture.format);
TraceLog(INFO, "[TEX %i] Parameters: %ix%i, %i mips, format %i", texture.id, texture.width, texture.height, texture.mipmaps, texture.format);
return texture; return texture;
} }

Loading…
Откажи
Сачувај