diff --git a/src/core/Game.js b/src/core/Game.js index 0d7aacd46..41c63da71 100644 --- a/src/core/Game.js +++ b/src/core/Game.js @@ -32,7 +32,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant parent = parent || ''; state = state || null; transparent = transparent || false; - antialias = antialias || true; + antialias = typeof antialias === 'undefined' ? true : antialias; /** * Phaser Game ID (for when Pixi supports multiple instances)