diff --git a/src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js b/src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js index 2d9e8c18..2101cb02 100644 --- a/src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js +++ b/src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js @@ -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;