Skip to content

Commit 75a73d9

Browse files
committed
Merge pull request #88 from raysan5/develop
Develop branch integration
2 parents 26252c4 + d042ed5 commit 75a73d9

File tree

6 files changed

+111
-114
lines changed

6 files changed

+111
-114
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pure spartan-programmers way. Are you ready to learn? Jump to [code examples!](h
1414
history
1515
-------
1616

17-
I've developed videogames for some years and 4 year ago I started teaching videogames development
17+
I've developed videogames for some years and 4 years ago I started teaching videogames development
1818
to young people with artistic profile, most of them had never written a single line of code.
1919

2020
I started with C language basis and, after searching for the most simple and easy-to-use library to teach

examples/core_3d_picking.png

1.25 KB
Loading

src/raylib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ void ImageFlipVertical(Image *image);
697697
void ImageFlipHorizontal(Image *image); // Flip image horizontally
698698
void ImageColorTint(Image *image, Color color); // Modify image color: tint
699699
void ImageColorInvert(Image *image); // Modify image color: invert
700-
void ImageColorGrayscale(Image *image); // Modify bimage color: grayscale
700+
void ImageColorGrayscale(Image *image); // Modify image color: grayscale
701701
void ImageColorContrast(Image *image, float contrast); // Modify image color: contrast (-100 to 100)
702702
void ImageColorBrightness(Image *image, int brightness); // Modify image color: brightness (-255 to 255)
703703
void GenTextureMipmaps(Texture2D texture); // Generate GPU mipmaps for a texture

src/resources

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)