Tidying up the wip folder and updating pixi.

This commit is contained in:
photonstorm
2013-12-03 20:50:34 +00:00
parent 42c0bed502
commit 666df67453
94 changed files with 374 additions and 146 deletions
+7
View File
@@ -860,6 +860,13 @@ Phaser.Sprite.prototype.destroy = function() {
this.animations.destroy();
}
if (this._filters)
{
console.log('removeFilter', this._filters);
this.removeFilter(this._filters);
console.log(this._filters);
}
this.alive = false;
this.exists = false;
this.visible = false;