Robin ❤️
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/rlgl.h
|
|
|
@ -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) |
|
|
|
|