summaryrefslogtreecommitdiff
path: root/src/crossfade.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-02-18 22:42:06 +0100
committerThomas White <taw@physics.org>2020-02-18 23:44:05 +0100
commit944c905ee4187477a769624514545338b81fa4d0 (patch)
treeb86efa4b5615b85808f145f550042a9f0a8cd5f3 /src/crossfade.c
parentc9984d69faa1ff4e6c8c5fe59b69e748387a8c80 (diff)
Add basic Guile stuff
Diffstat (limited to 'src/crossfade.c')
-rw-r--r--src/crossfade.c2
1 files changed, 1 insertions, 1 deletions
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;