diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-06-26 13:40:44 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-06-26 13:40:44 +0100 |
| commit | 3710ee5ea32841d3f62e52834aa2a55f026c6620 (patch) | |
| tree | 6ce6fa4b475a618533ca15cd78f2fbd2b274fc38 /rotord/rotor.cpp | |
| parent | 8c6a4c2fb16cafdfabf30c2b755810fd01d049d8 (diff) | |
mirror node
Diffstat (limited to 'rotord/rotor.cpp')
| -rwxr-xr-x | rotord/rotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 1c0345d..fb68eed 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -27,7 +27,7 @@ Node_factory::Node_factory(){ add_type("image_arithmetic",new Image_arithmetic()); add_type("random",new Random()); add_type("blend",new Blend()); - //add_type("mirror",new Mirror()); + add_type("mirror",new Mirror()); } bool Signal_input::connect(Signal_node* source) { |
