From 944c905ee4187477a769624514545338b81fa4d0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 18 Feb 2020 22:42:06 +0100 Subject: Add basic Guile stuff --- src/crossfade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crossfade.c') diff --git a/src/crossfade.c b/src/crossfade.c index 296bee2..cc34c1d 100644 --- a/src/crossfade.c +++ b/src/crossfade.c @@ -97,7 +97,7 @@ void test_fade(struct lightctx *nl) f->fixtures[0].target.intensity = 1.0; f->n_fixtures = 1; f->fade = 1.0; - f->delay = 1.0; + f->delay = 0.0; /* Start the fade */ f->fixtures[0].start = nl->fixtures[0].v; -- cgit v1.2.3