Browse Source

Replaced tabs by spaces

pull/558/head
Ray 6 years ago
parent
commit
8f4b53384c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c View File

@ -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);
}
}

Loading…
Cancel
Save