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
Removed unneeded comment
pull/66/head
Ray
9 years ago
parent
b135bcd422
commit
67423ff64b
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/textures.c
+ 0
- 2
src/textures.c
View File
@ -1028,8 +1028,6 @@ void ImageColorTint(Image *image, Color color)
UnloadImage
(
*
image
)
;
free
(
pixels
)
;
TraceLog
(
INFO
,
"
color tint applied
"
)
;
image
-
>
data
=
processed
.
data
;
}
Write
Preview
Loading…
Cancel
Save