Robin ❤️ пре 2 месеци
committed by GitHub
родитељ
комит
3f92c396a0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Прегледај датотеку

@ -1252,7 +1252,7 @@ void rlPushMatrix(void)
RLGL.State.stackCounter++; RLGL.State.stackCounter++;
} }
// Pop lattest inserted matrix from RLGL.State.stack
// Pop latest inserted matrix from RLGL.State.stack
void rlPopMatrix(void) void rlPopMatrix(void)
{ {
if (RLGL.State.stackCounter > 0) if (RLGL.State.stackCounter > 0)

Loading…
Откажи
Сачувај