Fixed typo (#5364)
This commit is contained in:
parent
f51204821a
commit
3f92c396a0
|
|
@ -1252,7 +1252,7 @@ void rlPushMatrix(void)
|
||||||
RLGL.State.stackCounter++;
|
RLGL.State.stackCounter++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pop lattest inserted matrix from RLGL.State.stack
|
// Pop latest inserted matrix from RLGL.State.stack
|
||||||
void rlPopMatrix(void)
|
void rlPopMatrix(void)
|
||||||
{
|
{
|
||||||
if (RLGL.State.stackCounter > 0)
|
if (RLGL.State.stackCounter > 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user