diff --git a/src/core/const.js b/src/core/const.js index be143e6..cced6c9 100644 --- a/src/core/const.js +++ b/src/core/const.js @@ -215,7 +215,7 @@ // TODO: maybe change to SPRITE.BATCH_SIZE: 2000 // TODO: maybe add PARTICLE.BATCH_SIZE: 15000 - SPRITE_BATCH_SIZE: 2000, //nice balance between mobile and desktop machines + SPRITE_BATCH_SIZE: 4096, //nice balance between mobile and desktop machines SPRITE_MAX_TEXTURES: 32//this is the MAXIMUM - various gpus will have there own limits. };