aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 4bb1e76f..5eed81c9 100644
--- a/src/core.c
+++ b/src/core.c
@@ -3110,7 +3110,7 @@ static GamepadButton GetGamepadButton(int button)
#endif
#if defined(PLATFORM_UWP)
- b = button;
+ b = button; // UWP will provide the correct button
#endif
#if defined(PLATFORM_WEB)