diff options
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | rotord/src/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 3246240..23f82d7 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -38,6 +38,7 @@ Node_factory::Node_factory(){ add_type("waves",new Waves()); //nodes_filters.h add_type("blur",new Blur()); + add_type("vhs",new VHS()); add_type("luma_levels",new Luma_levels()); add_type("echo_trails",new Echo_trails()); add_type("rgb_levels",new RGB_levels()); |
