Skip to content
Snippets Groups Projects
Unverified Commit 5b8213b4 authored by Christopher Pietsch's avatar Christopher Pietsch Committed by GitHub
Browse files

Merge pull request #9 from Abbe98/patch-2

set PIXI SPRITE_MAX_TEXTURES
parents 7c42d3c5 1e0c512c
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,8 @@ function Canvas() {
imageSize3 = config.loader.textures.big.size;
}
PIXI.settings.SCALE_MODE = 1
PIXI.settings.SCALE_MODE = 1;
PIXI.settings.SPRITE_MAX_TEXTURES = Math.min(PIXI.settings.SPRITE_MAX_TEXTURES , 16);
var renderOptions = {
resolution: 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment