We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6534a5 commit ee59425Copy full SHA for ee59425
2 files changed
README.md
@@ -458,6 +458,7 @@ For the full list of p2 additions please read [their change log](https://github.
458
* PIXI.DisplayObject.updateTransform now nulls the _currentBounds property (thanks @gaufqwi #1906)
459
* Improved the JSON BitmapText implementation (thanks @Feenposhleen #1912 #1837)
460
* game.make.group did not setup parent correctly (thanks @mthurlin #1911)
461
+* Fix reference error for process in the Device class (thanks @mkristo #1922)
462
463
### Deprecated
464
src/Phaser.js
@@ -10,8 +10,9 @@
10
*/
11
var Phaser = Phaser || {
12
13
- VERSION: '2.4.0-RC3',
14
- GAMES: [],
+ VERSION: '2.4.0-RC3',
+
15
+ GAMES: [],
16
17
AUTO: 0,
18
CANVAS: 1,
0 commit comments