Skip to content

Commit 3f92c39

Browse files
authored
Fixed typo (#5364)
1 parent f512048 commit 3f92c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rlgl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ void rlPushMatrix(void)
12521252
RLGL.State.stackCounter++;
12531253
}
12541254

1255-
// Pop lattest inserted matrix from RLGL.State.stack
1255+
// Pop latest inserted matrix from RLGL.State.stack
12561256
void rlPopMatrix(void)
12571257
{
12581258
if (RLGL.State.stackCounter > 0)

0 commit comments

Comments
 (0)