Преглед на файлове

Corrected bug on PVR textures loading

pull/23/head
Gatonevermind преди 9 години
родител
ревизия
4e4b6bef21
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c Целия файл

@ -1105,7 +1105,7 @@ static Image LoadPVR(const char *fileName)
{
image.width = header.width;
image.height = header.height;
image.mipmaps = header.numMipmaps + 1;
image.mipmaps = header.numMipmaps;
// Check data format
if (((header.channels[0] == 'l') && (header.channels[1] == 0)) && (header.channelDepth[0] == 8)) image.format = UNCOMPRESSED_GRAYSCALE;

Зареждане…
Отказ
Запис