diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-04 14:46:10 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-04 14:46:10 +0000 |
| commit | d480bf3349d2411d20ff0816df5ac7e55ed511f9 (patch) | |
| tree | 5e645f3dfd2192789296b712f130dabbdeec3806 /rotord/src/rotor.cpp | |
| parent | 5d0dbb41b66792662170ce86334bf4cba87ed700 (diff) | |
random seed not working
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rw-r--r-- | rotord/src/rotor.cpp | 2 |
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"]); |
