The open source OpenXR runtime
0
fork

Configure Feed

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

t/common: Fix warning

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
65d88f00 19302a5d

+1 -1
+1 -1
src/xrt/targets/common/target_builder_lighthouse.c
··· 155 155 { 156 156 struct xrt_slam_sinks *sinks = NULL; 157 157 158 + #ifdef XRT_FEATURE_SLAM 158 159 struct vive_device *d = (struct vive_device *)usysd->base.roles.head; 159 160 160 - #ifdef XRT_FEATURE_SLAM 161 161 int create_status = t_slam_create(&usysd->xfctx, NULL, &d->tracking.slam, &sinks); 162 162 if (create_status != 0) { 163 163 return NULL;