summaryrefslogtreecommitdiffhomepage
path: root/cheatsheet/raylib_textures.c
diff options
context:
space:
mode:
authorCastimierDev <[email protected]>2022-02-05 14:21:43 +0100
committerGitHub <[email protected]>2022-02-05 14:21:43 +0100
commit19861112c474e5f0f0b6188b41bb97e1fc41f3b5 (patch)
treed482131f5d1cccd5e86d4fe14121469c0045eb93 /cheatsheet/raylib_textures.c
parent6a3d9c0688ccb0ee497591e5cb86917bd7fc96ba (diff)
downloadraylib.com-19861112c474e5f0f0b6188b41bb97e1fc41f3b5.tar.gz
raylib.com-19861112c474e5f0f0b6188b41bb97e1fc41f3b5.zip
fixed grammar mistake
Diffstat (limited to 'cheatsheet/raylib_textures.c')
-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
+