Sfoglia il codice sorgente

Fixed funny typo mistake... (#1657)

pull/1659/head
Rabia Alhaffar 4 anni fa
committed by GitHub
parent
commit
96e5e0dfb2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Vedi File

@ -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
Caricamento…
Annulla
Salva