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
-
src/rlgl.h
|
|
|
@ -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) |
|
|
|
|