Bumped verison number. Removed default render options (as they're set in Phaser.Game).

This commit is contained in:
photonstorm 2015-09-15 12:18:46 +01:00
parent daef7d5bfc
commit 5ceb9914b9

View file

@ -37,7 +37,7 @@ PIXI.CANVAS_RENDERER = 1;
* @property {String} VERSION
* @static
*/
PIXI.VERSION = "v2.2.8";
PIXI.VERSION = "v2.2.9";
// used to create uids for various pixi objects.
PIXI._UID = 0;
@ -99,7 +99,6 @@ PIXI.RETINA_PREFIX = "@2x";
* @property {Boolean} defaultRenderOptions.clearBeforeRender=true
* @property {Boolean} defaultRenderOptions.autoResize=false
* @static
*/
PIXI.defaultRenderOptions = {
view: null,
transparent: false,
@ -109,3 +108,4 @@ PIXI.defaultRenderOptions = {
clearBeforeRender: true,
autoResize: false
};
*/