浏览代码

Fixed funny typo mistake... (#1657)

pull/1659/head
Rabia Alhaffar 4 年前
committed by GitHub
父节点
当前提交
96e5e0dfb2
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 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;

||||||
x
 
000:0
正在加载...
取消
保存