summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-07-30 19:26:55 +0100
committerComment <tim@gray.(none)>2013-07-30 19:26:55 +0100
commit4bbda36eb05617b5ed623ed144c811be1e77c437 (patch)
tree84d01aa69733937d37954023e0580db695576a8b /rotord/src/rotor.cpp
parent5df9741224eb4ac3c7a88cdc06e20ea62aacdd4d (diff)
building shape nodes
Diffstat (limited to 'rotord/src/rotor.cpp')
-rwxr-xr-xrotord/src/rotor.cpp2
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) {