Removed Some debbuging code for masks

This commit is contained in:
Mat Groves 2013-07-02 10:50:27 +01:00
parent 69b3be322e
commit b35a84cb23
19 changed files with 3 additions and 71 deletions

View file

@ -410,10 +410,6 @@ PIXI.DisplayObject.prototype.addFilter = function(mask)
start.mask = mask;
end.mask = mask;
start.id = end.id = county
county++;
start.first = start.last = this;
end.first = end.last = this;