ソースを参照

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;

読み込み中…
キャンセル
保存