mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
u/sink: Make sure to add split sink to context
This commit is contained in:
parent
a8251815af
commit
c83dc7b323
|
@ -72,5 +72,7 @@ u_sink_split_create(struct xrt_frame_context *xfctx,
|
||||||
s->left = left;
|
s->left = left;
|
||||||
s->right = right;
|
s->right = right;
|
||||||
|
|
||||||
|
xrt_frame_context_add(xfctx, &s->node);
|
||||||
|
|
||||||
*out_xfs = &s->base;
|
*out_xfs = &s->base;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue