Fixed typo (#5364)

This commit is contained in:
Robin ❤️ 2025-11-19 02:56:32 -05:00 committed by GitHub
parent f51204821a
commit 3f92c396a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)