The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Fix copy/paste typo.

Thanks to xdust for catching this.

+1 -1
+1 -1
src/xrt/ipc/client/ipc_client_device.c
··· 200 200 } 201 201 if (isbp->output_count > 0) { 202 202 xbp->outputs = &ism->output_pairs[isbp->first_output_index]; 203 - xbp->output_count = isbp->input_count; 203 + xbp->output_count = isbp->output_count; 204 204 } 205 205 } 206 206