aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-08-16 17:51:55 +0200
committerThomas White <taw@bitwiz.org.uk>2015-08-16 17:51:55 +0200
commitf0b6caf6998fc4998b14e25ccc9318349ad552ad (patch)
tree405e3f8f9af731a01395ed2e373d6e48f33b3334 /src/sc_interp.c
parent4534e5af52a226327590b3c19a010a460212427a (diff)
Formatting
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r--src/sc_interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index a261410..d820516 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -946,6 +946,7 @@ int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl)
} else if ( strcmp(name, "bggradv") == 0 ) {
set_frame_bggrad(sc_interp_get_frame(scin), options,
GRAD_VERT);
+
} else if ( strcmp(name, "callback") == 0 ) {
do_callback(scin, bl, options);