summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAbhishek Rathore <[email protected]>2024-02-23 23:47:33 +0530
committerGitHub <[email protected]>2024-02-23 19:17:33 +0100
commitbda919033dfdd2d0d75b606f3fa29d21f0408ffb (patch)
tree07445dbd184ce94eb4c5d3d577e137e6cb788210
parent23616153d4ed5d76f0965d016e56735edb5b23ed (diff)
downloadraylib-bda919033dfdd2d0d75b606f3fa29d21f0408ffb.tar.gz
raylib-bda919033dfdd2d0d75b606f3fa29d21f0408ffb.zip
Fixed typo in a comment (#3816) (#3817)
Fixed a grammatical error by removing "are" to change `... but some are have multiple purposes ...` to `... but some have multiple purposes ...` in `textures/textures_image_generation`
-rw-r--r--examples/textures/textures_image_generation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_image_generation.c b/examples/textures/textures_image_generation.c
index abde401f..97e43f00 100644
--- a/examples/textures/textures_image_generation.c
+++ b/examples/textures/textures_image_generation.c
@@ -13,7 +13,7 @@
#include "raylib.h"
-#define NUM_TEXTURES 9 // Currently we have 8 generation algorithms but some are have multiple purposes (Linear and Square Gradients)
+#define NUM_TEXTURES 9 // Currently we have 8 generation algorithms but some have multiple purposes (Linear and Square Gradients)
//------------------------------------------------------------------------------------
// Program main entry point