diff options
| author | Ray <raysan5@gmail.com> | 2017-09-22 13:53:29 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2017-09-22 13:53:29 +0200 |
| commit | ff9b486ebe61d84d14add801d67c3bbdaca111e2 (patch) | |
| tree | 2710a521d24cd21f7593cb57680d221554d7ebc2 /src | |
| parent | b9250cc47b2df9d5b4b9b8fb436193ecdf8cf976 (diff) | |
| download | raylib-ff9b486ebe61d84d14add801d67c3bbdaca111e2.tar.gz raylib-ff9b486ebe61d84d14add801d67c3bbdaca111e2.zip | |
Removed matrix resetting...
to emulate OpenGL funcionality
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -418,7 +418,6 @@ void rlPushMatrix(void) } stack[stackCounter] = *currentMatrix; - rlLoadIdentity(); stackCounter++; if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true; |
