This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Replaced tabs by spaces
pull/558/head
Ray
пре 7 година
родитељ
d873314c27
комит
8f4b53384c
1 измењених фајлова
са
1 додато
и
1 уклоњено
Један поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
}
}
}
Write
Preview
Loading…
Откажи
Сачувај