Issue:
As visible in the line referenced below, there is a grammatical error in the comment of the example textures/textures_image_generation
|
#define NUM_TEXTURES 9 // Currently we have 8 generation algorithms but some are have multiple purposes (Linear and Square Gradients) |
Resolution:
Instead of ... but some are have multiple purposes ... it should be ... but some have multiple purposes ..., hence "are" should be removed.