summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/seq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/seq.c b/src/seq.c
index 9f8dc4a..6059d19 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -493,10 +493,10 @@ error_malloc_ev:
static int event_trigger(xas_spatial_scene *scene, xas_seq_event *ev) {
switch (ev->type) {
case XAS_SEQ_EVENT_OFF:
- return xas_object_stop(ev->object->ctx);
+ return xas_object_stop(ev->object->ctx, ev->index);
case XAS_SEQ_EVENT_ON:
- return xas_object_start(ev->object->ctx);
+ return xas_object_start(ev->object->ctx, ev->index);
case XAS_SEQ_EVENT_SET_POSITION:
xas_spatial_scene_position_object(scene,