Skip to content

Commit 5ceb991

Browse files
committed
Bumped verison number. Removed default render options (as they're set in Phaser.Game).
1 parent daef7d5 commit 5ceb991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pixi/Pixi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PIXI.CANVAS_RENDERER = 1;
3737
* @property {String} VERSION
3838
* @static
3939
*/
40-
PIXI.VERSION = "v2.2.8";
40+
PIXI.VERSION = "v2.2.9";
4141

4242
// used to create uids for various pixi objects.
4343
PIXI._UID = 0;
@@ -99,7 +99,6 @@ PIXI.RETINA_PREFIX = "@2x";
9999
* @property {Boolean} defaultRenderOptions.clearBeforeRender=true
100100
* @property {Boolean} defaultRenderOptions.autoResize=false
101101
* @static
102-
*/
103102
PIXI.defaultRenderOptions = {
104103
view: null,
105104
transparent: false,
@@ -109,3 +108,4 @@ PIXI.defaultRenderOptions = {
109108
clearBeforeRender: true,
110109
autoResize: false
111110
};
111+
*/

0 commit comments

Comments
 (0)