Filters fixed to work with Pixi 1.5.

This commit is contained in:
photonstorm
2014-02-15 03:12:24 +00:00
parent 9837984a4d
commit 85eaaef688
2 changed files with 53 additions and 0 deletions
+7
View File
@@ -35,6 +35,13 @@ Phaser.Filter = function (game, uniforms, fragmentSrc) {
*/
this.passes = [this];
/**
* @property shaders
* @type Array an array of shaders
* @private
*/
this.shaders = [];
/**
* @property {boolean} dirty - Internal PIXI var.
* @default