mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
comp: Fix typo in switch statement
This commit is contained in:
parent
8c7aed827f
commit
aecfdfc9f9
|
@ -464,6 +464,7 @@ compositor_layer_commit(struct xrt_compositor *xc, int64_t frame_id)
|
|||
|
||||
comp_renderer_set_projection_layer(c->r, i, left, right,
|
||||
data);
|
||||
} break;
|
||||
case XRT_LAYER_STEREO_PROJECTION_DEPTH: {
|
||||
struct xrt_layer_stereo_projection_depth_data *stereo =
|
||||
&data->stereo_depth;
|
||||
|
@ -478,7 +479,6 @@ compositor_layer_commit(struct xrt_compositor *xc, int64_t frame_id)
|
|||
|
||||
comp_renderer_set_projection_layer(c->r, i, left, right,
|
||||
data);
|
||||
}
|
||||
} break;
|
||||
case XRT_LAYER_CYLINDER: {
|
||||
struct xrt_layer_cylinder_data *cyl =
|
||||
|
|
Loading…
Reference in a new issue