Ver a proveniência

Fixed typo (#5364)

pull/5365/head
Robin ❤️ há 2 meses
committed by GitHub
ascendente
cometimento
3f92c396a0
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Ver ficheiro

@ -1252,7 +1252,7 @@ void rlPushMatrix(void)
RLGL.State.stackCounter++;
}
// Pop lattest inserted matrix from RLGL.State.stack
// Pop latest inserted matrix from RLGL.State.stack
void rlPopMatrix(void)
{
if (RLGL.State.stackCounter > 0)

Carregando…
Cancelar
Guardar