Explorar o código

Fixed funny typo mistake... (#1657)

Rabia Alhaffar %!s(int64=4) %!d(string=hai) anos
pai
achega
96e5e0dfb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core.c

+ 1 - 1
src/core.c

@@ -2980,7 +2980,7 @@ bool IsGamepadButtonReleased(int gamepad, int button)
     return released;
 }
 
-// Detect if a mouse button is NOT being pressed
+// Detect if a gamepad button is NOT being pressed
 bool IsGamepadButtonUp(int gamepad, int button)
 {
     bool result = false;