diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -417,6 +417,7 @@ void rlPushMatrix(void) } stack[stackCounter] = *currentMatrix; + rlLoadIdentity(); stackCounter++; if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true; |
