diff options
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 23f82d7..616e128 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -34,7 +34,7 @@ Node_factory::Node_factory(){ add_type("random",new Random()); //nodes_drawing.h add_type("shape",new Shape()); - add_type("hello",new Hello_draw()); + add_type("text",new Text()); add_type("waves",new Waves()); //nodes_filters.h add_type("blur",new Blur()); |
