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
+3 -1
View File
@@ -511,7 +511,9 @@ private:
StrongRef<Font> defaultFont;
std::vector<double> pixel_size_stack; // stores current size of a pixel (needed for line drawing)
std::vector<double> pixelSizeStack; // stores current size of a pixel (needed for line drawing)
QuadIndices *quadIndices;
int width;
int height;