summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2018-05-29 09:09:40 +0200
committerRay <[email protected]>2018-05-29 09:09:40 +0200
commit8f4b53384cd5eb1d877e6cad79fc57c984674d25 (patch)
tree212cad8749ac47ffbdf6e49bef0cdfc1112a125c /src
parentd873314c279be1582e28f3c90416c6b225b787fb (diff)
downloadraylib-8f4b53384cd5eb1d877e6cad79fc57c984674d25.tar.gz
raylib-8f4b53384cd5eb1d877e6cad79fc57c984674d25.zip
Replaced tabs by spaces
Diffstat (limited to 'src')
-rw-r--r--src/textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index bbdeca90..df1fe368 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -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);
}
}