The open source OpenXR runtime
0
fork

Configure Feed

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

ipc: Fix typo

authored by

Niharika Challapalli and committed by
Jakob Bornecrantz
fb01dce9 cf6bd5b2

+1 -1
+1 -1
src/xrt/ipc/server/ipc_server.h
··· 118 118 uint32_t space_count; 119 119 120 120 //! Ptrs to the spaces. 121 - struct xtr_space *xspcs[IPC_MAX_CLIENT_SPACES]; 121 + struct xrt_space *xspcs[IPC_MAX_CLIENT_SPACES]; 122 122 123 123 //! Which of the references spaces is the client using. 124 124 bool ref_space_used[XRT_SPACE_REFERENCE_TYPE_COUNT];