We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff4e51 commit 33da238Copy full SHA for 33da238
1 file changed
src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js
@@ -32,7 +32,7 @@ PIXI.WebGLSpriteBatch = function(gl)
32
* @property size
33
* @type Number
34
*/
35
- this.size = 10000;//Math.pow(2, 16) / this.vertSize;
+ this.size = 2000;//Math.pow(2, 16) / this.vertSize;
36
37
//the total number of floats in our batch
38
var numVerts = this.size * 4 * this.vertSize;
0 commit comments