Damn, I broke Chromatic

This commit is contained in:
Devine Lu Linvega
2017-01-11 15:32:51 -07:00
parent efc8ac170f
commit b6a61cd0d5
6 changed files with 46 additions and 68 deletions

View File

@@ -8,6 +8,7 @@ function Render(rune)
this.collection["stencil"] = new Filter_Stencil();
this.collection["rotate"] = new Filter_Rotate();
this.collection["invert"] = new Filter_Invert();
this.collection["chromatic"] = new Filter_Chromatic();
this.active = function(cmd)
{