Skip to content

Commit 33da238

Browse files
committed
Updated pixi.js
1 parent 7ff4e51 commit 33da238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PIXI.WebGLSpriteBatch = function(gl)
3232
* @property size
3333
* @type Number
3434
*/
35-
this.size = 10000;//Math.pow(2, 16) / this.vertSize;
35+
this.size = 2000;//Math.pow(2, 16) / this.vertSize;
3636

3737
//the total number of floats in our batch
3838
var numVerts = this.size * 4 * this.vertSize;

0 commit comments

Comments
 (0)