diff options
| author | Ray San <[email protected]> | 2017-10-04 12:13:32 +0200 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-10-04 12:13:32 +0200 |
| commit | 412c52499a4288b0b1f1b0626229ebc5ce2b5c27 (patch) | |
| tree | 615e133d7dbbbb5b76e054112873809d42ab5753 /src | |
| parent | ddea9d68bfa7c75fd71997ef93f633ed0769cc1a (diff) | |
| download | raylib-412c52499a4288b0b1f1b0626229ebc5ce2b5c27.tar.gz raylib-412c52499a4288b0b1f1b0626229ebc5ce2b5c27.zip | |
Reverted change that breaks 3D drawing
It should be reviewed more carefully...
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; |
