diff options
| author | Ray <raysan5@gmail.com> | 2018-01-31 15:32:40 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2018-01-31 15:32:40 +0100 |
| commit | 58346414f7322a0e4d643439f457b6147ee4cbc5 (patch) | |
| tree | ea0d7c3cd7d6db71f314591a825f730fa3fea3cf /src | |
| parent | 44c95af463945023e0359790a69d2a991ef7185e (diff) | |
| download | raylib-58346414f7322a0e4d643439f457b6147ee4cbc5.tar.gz raylib-58346414f7322a0e4d643439f457b6147ee4cbc5.zip | |
Corrected 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 938aee86..76ad9b55 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -112,7 +112,7 @@ #define KEY_DOWN 264 #define KEY_UP 265 #define KEY_PAGE_UP 266 -#define PAGE_DOWN 267 +#define KEY_PAGE_DOWN 267 #define KEY_HOME 268 #define KEY_END 269 #define KEY_CAPS_LOCK 280 |
