Fixed typo

This commit is contained in:
RobinsAviary 2025-11-18 19:08:51 -05:00
parent f51204821a
commit 579cdb023b

View File

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