Fixed VertexIndex::getElementSize

This commit is contained in:
Alex Szpakowski
2013-01-30 19:01:14 -04:00
parent de959b7275
commit a76ffd5715
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -469,8 +469,7 @@ private:
size_t size;
// The size in bytes of an element in the element array.
size_t elementSize;
static size_t elementSize;
// The current VertexBuffer size. 0 means no VertexBuffer.
static size_t maxSize;
// The list of sizes. Needs to be kept sorted in ascending order.