瀏覽代碼

Fixed funny typo mistake... (#1657)

Rabia Alhaffar 4 年之前
父節點
當前提交
96e5e0dfb2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;