Kaynağa Gözat

Replaced tabs by spaces

pull/558/head
Ray 6 yıl önce
ebeveyn
işleme
8f4b53384c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet