From 4bbda36eb05617b5ed623ed144c811be1e77c437 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 30 Jul 2013 19:26:55 +0100 Subject: building shape nodes --- rotord/src/rotor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.cpp') 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) { -- cgit v1.2.3