Skip to content

Commit e088d5c

Browse files
committed
Documentation fix.
1 parent e37188d commit e088d5c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Updates:
144144
* We now force IE11 into Canvas mode to avoid a Pixi bug with pre-multiplied alpha. Will remove once that is fixed, sorry, but it's better than no game at all, right? :(
145145
* Loader.setPreloadSprite() will now set sprite.visible = true once the crop has been applied. Should help avoid issues (#430) on super-slow connections.
146146
* Updated the way the page visibility is checked, should now be more compatible across more browsers.
147+
* Phaser.Input.Key.isUp now defaults to 'true' (#474)
147148

148149

149150
Bug Fixes:

src/core/Game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant
7777
this.renderer = Phaser.AUTO;
7878

7979
/**
80-
* @property {number} renderType - The Renderer this Phaser.Game will use. Either Phaser.RENDERER_AUTO, Phaser.RENDERER_CANVAS or Phaser.RENDERER_WEBGL.
80+
* @property {number} renderType - The Renderer this game will use. Either Phaser.AUTO, Phaser.CANVAS or Phaser.WEBGL.
8181
*/
8282
this.renderType = Phaser.AUTO;
8383

0 commit comments

Comments
 (0)