diff options
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rw-r--r-- | rotord/src/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index e9f8595..0bb9341 100644 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -42,6 +42,7 @@ Node_factory::Node_factory(){ add_type("signal_greyscale",new Signal_greyscale(),category["Source"]); add_type("shape",new Shape(),category["Source"]); add_type("text",new Text(),category["Source"]); + add_type("lyrics",new Lyrics(),category["Source"]); add_type("waves",new Waves(),category["Source"]); add_type("still_image",new Still_image(),category["Source"]); add_type("video_loader",new Video_loader(),category["Source"]); |
