Fixed the Tunnel filter. Had to patch Pixi to do it :( But no other choice for now until they merge my pull request.

This commit is contained in:
photonstorm
2014-02-27 23:28:28 +00:00
parent 3568dc4ff1
commit 43cd5e4b3f
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ function update() {
filter.update();
// Uncomment for coolness :)
filter.origin = filter.origin + 0.001;
// filter.origin = filter.origin + 0.001;
}