mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
ipc: Fix copy/paste typo.
Thanks to xdust for catching this.
This commit is contained in:
parent
4bd0d12462
commit
85ee6379e6
|
@ -200,7 +200,7 @@ ipc_client_device_create(struct ipc_connection *ipc_c, struct xrt_tracking_origi
|
|||
}
|
||||
if (isbp->output_count > 0) {
|
||||
xbp->outputs = &ism->output_pairs[isbp->first_output_index];
|
||||
xbp->output_count = isbp->input_count;
|
||||
xbp->output_count = isbp->output_count;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue