We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a6245 commit a8405bdCopy full SHA for a8405bd
1 file changed
src/tilemap/Tilemap.js
@@ -589,6 +589,7 @@ Phaser.Tilemap.prototype = {
589
590
if ( pixiTest )
591
{
592
+ // use WebGL variant of TilemapLayer when pixiTest is true
593
return group.add(new Phaser.TilemapLayerGL(this.game, this, index, width, height));
594
}
595
0 commit comments