diff options
| author | user <email> | 2017-12-14 11:46:38 +0100 |
|---|---|---|
| committer | user <email> | 2017-12-14 11:46:38 +0100 |
| commit | 07b522c1131faf29df49da5f0f09826cef765d4b (patch) | |
| tree | 9684b223762de9b17ec0ccbf88a67c17ca03f798 /src | |
| parent | a7f2fedbfbfde92e7c12c21b108a2b99965bc28d (diff) | |
| download | raylib-07b522c1131faf29df49da5f0f09826cef765d4b.tar.gz raylib-07b522c1131faf29df49da5f0f09826cef765d4b.zip | |
make matrix stack work closer to old opengl implementation
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -414,7 +414,7 @@ void rlPushMatrix(void) } stack[stackCounter] = *currentMatrix; - rlLoadIdentity(); +// rlLoadIdentity(); stackCounter++; if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true; |
