summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorUmgefallenesGlas <[email protected]>2024-04-30 23:47:11 +0200
committerGitHub <[email protected]>2024-04-30 23:47:11 +0200
commit7246d798adeac4e0d8713cfdaf89fb9a19f71d69 (patch)
tree9a6008bb2d65720c8a85a619bebf6154c3aa14ef /src
parentb03c8ba945a06ed1ec3d6ed7c3185e1264909323 (diff)
downloadraylib-7246d798adeac4e0d8713cfdaf89fb9a19f71d69.tar.gz
raylib-7246d798adeac4e0d8713cfdaf89fb9a19f71d69.zip
Changed one minor Comment (#3949)
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 2fa60a05..035f6f2b 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -726,7 +726,7 @@ typedef enum {
GAMEPAD_BUTTON_RIGHT_FACE_LEFT, // Gamepad right button left (i.e. PS3: Square, Xbox: X)
GAMEPAD_BUTTON_LEFT_TRIGGER_1, // Gamepad top/back trigger left (first), it could be a trailing button
GAMEPAD_BUTTON_LEFT_TRIGGER_2, // Gamepad top/back trigger left (second), it could be a trailing button
- GAMEPAD_BUTTON_RIGHT_TRIGGER_1, // Gamepad top/back trigger right (one), it could be a trailing button
+ GAMEPAD_BUTTON_RIGHT_TRIGGER_1, // Gamepad top/back trigger right (first), it could be a trailing button
GAMEPAD_BUTTON_RIGHT_TRIGGER_2, // Gamepad top/back trigger right (second), it could be a trailing button
GAMEPAD_BUTTON_MIDDLE_LEFT, // Gamepad center buttons, left one (i.e. PS3: Select)
GAMEPAD_BUTTON_MIDDLE, // Gamepad center buttons, middle one (i.e. PS3: PS, Xbox: XBOX)