summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-04 10:12:20 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-04 10:12:20 +0100
commitbb4e23344b03c4f0947852530e13885035a6c3fb (patch)
tree4c7f4dad1ace3e5526ba64bc609c33c5fb445366 /rotord/src/rotor.cpp
parente758be24228dfda9e3d0d4257dca81b4ec5a71b2 (diff)
switch to h264 codec
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 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());