Procházet zdrojové kódy

Fixed funny typo mistake... (#1657)

pull/1659/head
Rabia Alhaffar před 4 roky
odevzdal GitHub
rodič
revize
96e5e0dfb2
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit