mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-15 02:45:32 +00:00
Fixed typo (#5364)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user