Cleaned up some index buffer code.

This commit is contained in:
Alex Szpakowski
2015-06-16 21:27:19 -03:00
parent 073570b7af
commit 2dc8a8ea45
10 changed files with 121 additions and 166 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ private:
bool useSpacesAsTab;
// Index buffer used for drawing quads with GL_TRIANGLES.
VertexIndex quadIndices;
QuadIndices quadIndices;
// ID which is incremented when the texture cache is invalidated.
uint32 textureCacheID;