diff --git a/src/pixi/Pixi.js b/src/pixi/Pixi.js index 1aa231b..52f001c 100644 --- a/src/pixi/Pixi.js +++ b/src/pixi/Pixi.js @@ -39,7 +39,7 @@ PIXI.VERSION = "v2.2.0"; /** - * Various blend modes supported by pixi. + * Various blend modes supported by pixi. IMPORTANT - The WebGL renderer only supports the NORMAL, ADD, MULTIPLY and SCREEN blend modes. * @property {Object} blendModes * @property {Number} blendModes.NORMAL * @property {Number} blendModes.ADD