Updated pixi.js

This commit is contained in:
photonstorm 2014-03-02 10:58:51 +00:00
parent 7ff4e51ab1
commit 33da238e97

View file

@ -32,7 +32,7 @@ PIXI.WebGLSpriteBatch = function(gl)
* @property size
* @type Number
*/
this.size = 10000;//Math.pow(2, 16) / this.vertSize;
this.size = 2000;//Math.pow(2, 16) / this.vertSize;
//the total number of floats in our batch
var numVerts = this.size * 4 * this.vertSize;