Skip to content

Commit 3f43637

Browse files
committed
Happily removed the IE11 WebGL lock as Pixi now fully supports it :)
1 parent d3c26f8 commit 3f43637

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/core/Game.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -568,13 +568,6 @@ Phaser.Game.prototype = {
568568
*/
569569
setUpRenderer: function () {
570570

571-
if (this.device.trident)
572-
{
573-
// Pixi WebGL renderer on IE11 doesn't work correctly at the moment, the pre-multiplied alpha gets all washed out.
574-
// So we're forcing canvas for now until this is fixed, sorry. It's got to be better than no game appearing at all, right?
575-
this.renderType = Phaser.CANVAS;
576-
}
577-
578571
if (this.config['canvasID'])
579572
{
580573
this.canvas = Phaser.Canvas.create(this.width, this.height, this.config['canvasID']);

0 commit comments

Comments
 (0)