mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Updated pixi.js
This commit is contained in:
parent
7ff4e51ab1
commit
33da238e97
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue