From 33da238e97dfde6ec404a58c699982d730028f0c Mon Sep 17 00:00:00 2001 From: photonstorm Date: Sun, 2 Mar 2014 10:58:51 +0000 Subject: [PATCH] Updated pixi.js --- src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;