We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daef7d5 commit 5ceb991Copy full SHA for 5ceb991
1 file changed
src/pixi/Pixi.js
@@ -37,7 +37,7 @@ PIXI.CANVAS_RENDERER = 1;
37
* @property {String} VERSION
38
* @static
39
*/
40
-PIXI.VERSION = "v2.2.8";
+PIXI.VERSION = "v2.2.9";
41
42
// used to create uids for various pixi objects.
43
PIXI._UID = 0;
@@ -99,7 +99,6 @@ PIXI.RETINA_PREFIX = "@2x";
99
* @property {Boolean} defaultRenderOptions.clearBeforeRender=true
100
* @property {Boolean} defaultRenderOptions.autoResize=false
101
102
- */
103
PIXI.defaultRenderOptions = {
104
view: null,
105
transparent: false,
@@ -109,3 +108,4 @@ PIXI.defaultRenderOptions = {
109
108
clearBeforeRender: true,
110
autoResize: false
111
};
+ */
0 commit comments