diff options
| author | raysan5 <[email protected]> | 2021-09-10 19:01:24 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-09-10 19:01:24 +0200 |
| commit | 72983d4e20e5d5b6c634206acdec1f988c2310b3 (patch) | |
| tree | 20c2e075a095f87494969b3fc7a0fd082684dd6b /src | |
| parent | b63c2619e3103b5643d82598eeff818f38957446 (diff) | |
| download | raylib-72983d4e20e5d5b6c634206acdec1f988c2310b3.tar.gz raylib-72983d4e20e5d5b6c634206acdec1f988c2310b3.zip | |
Typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 839075b3..3adc5c52 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -841,7 +841,7 @@ typedef enum { BLEND_CUSTOM // Belnd textures using custom src/dst factors (use rlSetBlendMode()) } BlendMode; -// Gestures +// Gesture // NOTE: It could be used as flags to enable only some gestures typedef enum { GESTURE_NONE = 0, // No gesture |
