Unify separate GL/GLES code paths for love’s built in matrices in shaders.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-12-28 19:32:43 -04:00
parent 80f269d252
commit 52b7b0f80d
4 changed files with 36 additions and 87 deletions
-3
View File
@@ -439,9 +439,6 @@ private:
GLuint defaultTexture;
Matrix4 lastProjectionMatrix;
Matrix4 lastTransformMatrix;
} state;
}; // OpenGL