From a36735b4585521218268da5fed2214ba239b4c2a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 18 Nov 2013 14:40:41 +0000 Subject: simple lyrics script --- rotord/src/nodes_drawing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/nodes_drawing.h') diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h index c2d79e6..914f064 100644 --- a/rotord/src/nodes_drawing.h +++ b/rotord/src/nodes_drawing.h @@ -116,7 +116,7 @@ namespace Rotor { Lyrics(){ title="Lyrics text"; description="Draws lyrics text"; - create_attribute("lyrics","Lyrics to draw","Lyrics","hello, world!"); + create_empty_attribute("lyrics","Lyrics to draw","Lyrics","lyrics"); NODEID="ac4318b8-4de9-11e3-b2eb-74d02b29f6a6"; }; Lyrics(map &settings):Lyrics() { -- cgit v1.2.3