From 3244ec2a1d151dfd84e6145a9e9b4ce744cbc23e Mon Sep 17 00:00:00 2001 From: Reece Mackie <20544390+Rover656@users.noreply.github.com> Date: Sun, 28 Apr 2019 16:03:23 +0100 Subject: [PATCH] Add another UWP comment for clarity --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index 4bb1e76fc..5eed81c9b 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)