diff options
| author | Comment <tim@gray.(none)> | 2013-07-30 19:26:55 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-07-30 19:26:55 +0100 |
| commit | 4bbda36eb05617b5ed623ed144c811be1e77c437 (patch) | |
| tree | 84d01aa69733937d37954023e0580db695576a8b /rotord/src/rotor.cpp | |
| parent | 5df9741224eb4ac3c7a88cdc06e20ea62aacdd4d (diff) | |
building shape nodes
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | 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 77433ac..cf645c6 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -30,7 +30,7 @@ Node_factory::Node_factory(){ add_type("monochrome",new Monochrome()); add_type("transform",new Transform()); add_type("alpha_merge",new Alpha_merge()); - add_type("draw",new Draw()); + add_type("shape",new Shape()); } bool Signal_input::connect(Signal_node* source) { |
