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

Replaced tabs by spaces

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

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

@ -819,7 +819,7 @@ void ImageFormat(Image *image, int newFormat)
if (image->mipmaps > 1) if (image->mipmaps > 1)
{ {
image->mipmaps = 1; image->mipmaps = 1;
assert(image->data != NULL);
assert(image->data != NULL);
ImageMipmaps(image); ImageMipmaps(image);
} }
} }

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