aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-01-31 15:32:40 +0100
committerRay <raysan5@gmail.com>2018-01-31 15:32:40 +0100
commit58346414f7322a0e4d643439f457b6147ee4cbc5 (patch)
treeea0d7c3cd7d6db71f314591a825f730fa3fea3cf /src
parent44c95af463945023e0359790a69d2a991ef7185e (diff)
downloadraylib-58346414f7322a0e4d643439f457b6147ee4cbc5.tar.gz
raylib-58346414f7322a0e4d643439f457b6147ee4cbc5.zip
Corrected typo
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
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