Kaynağa Gözat

Fixed funny typo mistake... (#1657)

pull/1659/head
Rabia Alhaffar 5 yıl önce
işlemeyi yapan: GitHub
ebeveyn
işleme
96e5e0dfb2
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Dosyayı Görüntüle

@ -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;

Yükleniyor…
İptal
Kaydet