This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Replaced tabs by spaces
pull/558/head
Ray
6 years ago
parent
d873314c27
commit
8f4b53384c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
}
Write
Preview
Loading…
Cancel
Save