diff options
| author | Ahmad Fatoum <[email protected]> | 2018-07-29 13:03:08 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-07-29 13:04:16 +0200 |
| commit | 548dbeb1ca1e62a4893bb7041228915a97cd5b0e (patch) | |
| tree | 7cf305beb0f4c3e5a1212a94e4dc796d3d88d614 /src/config.h.in | |
| parent | 6905a875eda7e1ac85b768f5aa4e07dc92537bdb (diff) | |
| download | raylib-548dbeb1ca1e62a4893bb7041228915a97cd5b0e.tar.gz raylib-548dbeb1ca1e62a4893bb7041228915a97cd5b0e.zip | |
Fix typo (s/proedural/procedural)
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h.in b/src/config.h.in index 91f734b3..f9d474cd 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -44,7 +44,7 @@ /* Support multiple image editing functions to scale, adjust colors, flip, draw on images, crop... If not defined only three image editing functions supported: ImageFormat(), ImageAlphaMask(), ImageToPOT() */ #cmakedefine SUPPORT_IMAGE_MANIPULATION 1 -/* Support proedural image generation functionality (gradient, spot, perlin-noise, cellular) */ +/* Support procedural image generation functionality (gradient, spot, perlin-noise, cellular) */ #cmakedefine SUPPORT_IMAGE_GENERATION 1 // text.c |
