summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2022-02-05 15:02:55 +0100
committerGitHub <[email protected]>2022-02-05 15:02:55 +0100
commit518305963eb2802f5f9dfddc2bc5418d34edf2d8 (patch)
treed482131f5d1cccd5e86d4fe14121469c0045eb93
parent6a3d9c0688ccb0ee497591e5cb86917bd7fc96ba (diff)
parent19861112c474e5f0f0b6188b41bb97e1fc41f3b5 (diff)
downloadraylib.com-518305963eb2802f5f9dfddc2bc5418d34edf2d8.tar.gz
raylib.com-518305963eb2802f5f9dfddc2bc5418d34edf2d8.zip
Merge pull request #32 from CastimierDev/master
fixed grammar mistake
-rw-r--r--cheatsheet/raylib_textures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheatsheet/raylib_textures.c b/cheatsheet/raylib_textures.c
index 211bd22..3da356f 100644
--- a/cheatsheet/raylib_textures.c
+++ b/cheatsheet/raylib_textures.c
@@ -1,6 +1,6 @@
// Image loading functions
- // NOTE: This functions do not require GPU access
+ // NOTE: These functions do not require GPU access
Image LoadImage(const char *fileName); // Load image from file into CPU memory (RAM)
Image LoadImageRaw(const char *fileName, int width, int height, int format, int headerSize); // Load image from RAW file data
Image LoadImageAnim(const char *fileName, int *frames); // Load image sequence from file (frames appended to image.data)
@@ -112,4 +112,4 @@
void SetPixelColor(void *dstPtr, Color color, int format); // Set color formatted into destination pixel pointer
int GetPixelDataSize(int width, int height, int format); // Get pixel data size in bytes for certain format
- \ No newline at end of file
+