mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Fixed typo (#5364)
This commit is contained in:
parent
f51204821a
commit
3f92c396a0
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user