mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
Updated pixi.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user