summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.cpp')
-rw-r--r--rotord/src/rotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index 840298e..d6e445f 100644
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -72,7 +72,7 @@ Node_factory::Node_factory(){
category["FX"]=vector<Node*>();
add_type("blur",new Blur(),category["FX"]);
- add_type("vhs",new VHS(),category["FX"]);
+ //add_type("vhs",new VHS(),category["FX"]);
add_type("echo_trails",new Echo_trails(),category["FX"]);
add_type("video_feedback",new Video_feedback(),category["FX"]);