Ver código fonte

Fixed funny typo mistake... (#1657)

pull/1659/head
Rabia Alhaffar 4 anos atrás
committed by GitHub
pai
commit
96e5e0dfb2
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Ver arquivo

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

Carregando…
Cancelar
Salvar