c/multi: Fix copy-pasto

This commit is contained in:
Jakob Bornecrantz 2021-11-18 20:14:05 +00:00
parent e536a02b33
commit a56ea7cad6

View file

@ -72,7 +72,7 @@ do_projection_layer_depth(struct xrt_compositor *xc,
struct xrt_swapchain *l_xcs = layer->xscs[0];
struct xrt_swapchain *r_xcs = layer->xscs[1];
struct xrt_swapchain *l_d_xcs = layer->xscs[2];
struct xrt_swapchain *r_d_xcs = layer->xscs[2];
struct xrt_swapchain *r_d_xcs = layer->xscs[3];
if (l_xcs == NULL || r_xcs == NULL || l_d_xcs == NULL || r_d_xcs == NULL) {
U_LOG_E("Invalid swap chain for projection layer #%u!", i);