Skip to content

Commit

Permalink
reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
biasmv committed Jan 18, 2015
1 parent 2962c1a commit 7b65676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/indexed-vertex-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

function IndexedVertexArray(gl, numVerts, numIndices,
float32Allocator, uint16Allocator) {
VertexArrayBase.call(this, gl, numVerts,
float32Allocator);
VertexArrayBase.call(this, gl, numVerts, float32Allocator);
this._indexBuffer = gl.createBuffer();
this._uint16Allocator = uint16Allocator;
this._numVerts = 0;
Expand Down

0 comments on commit 7b65676

Please sign in to comment.