aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-06 18:41:38 +0200
committerThomas White <taw@physics.org>2020-09-06 18:41:38 +0200
commit6a473c6adff522378050cd9b227e946569a85db6 (patch)
treecf8bd7d3950d09bad5a4addbdd2fecf0db0cf7e5 /examples
parentddab20cb9b5126bedd6340571794944b562fa472 (diff)
Add a blackout state
Diffstat (limited to 'examples')
-rw-r--r--examples/demo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo.scm b/examples/demo.scm
index 74fa65f..3936b28 100644
--- a/examples/demo.scm
+++ b/examples/demo.scm
@@ -101,7 +101,7 @@
#:fade-down 1)
(cue 3
- (cue-state)
+ (cue-state (apply-state blackout-state))
#:fade-up 0
#:fade-down 2)))