mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
c/multi: Fix copy-pasto
This commit is contained in:
parent
e536a02b33
commit
a56ea7cad6
|
@ -72,7 +72,7 @@ do_projection_layer_depth(struct xrt_compositor *xc,
|
||||||
struct xrt_swapchain *l_xcs = layer->xscs[0];
|
struct xrt_swapchain *l_xcs = layer->xscs[0];
|
||||||
struct xrt_swapchain *r_xcs = layer->xscs[1];
|
struct xrt_swapchain *r_xcs = layer->xscs[1];
|
||||||
struct xrt_swapchain *l_d_xcs = layer->xscs[2];
|
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) {
|
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);
|
U_LOG_E("Invalid swap chain for projection layer #%u!", i);
|
||||||
|
|
Loading…
Reference in a new issue