mirror of
https://github.com/wassname/phaser.git
synced 2026-07-17 11:31:30 +08:00
Filters fixed to work with Pixi 1.5.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user