The open source OpenXR runtime
0
fork

Configure Feed

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

d/wmr: Fix warning

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
86ae6a5b 3fb162ea

+2
+2
src/xrt/drivers/wmr/wmr_hmd.c
··· 70 70 //! Specifies whether the user wants to use the hand tracker. 71 71 DEBUG_GET_ONCE_BOOL_OPTION(wmr_handtracking, "WMR_HANDTRACKING", true) 72 72 73 + #ifdef XRT_FEATURE_SLAM 73 74 //! Whether to submit samples to the SLAM tracker from the start. 74 75 DEBUG_GET_ONCE_OPTION(slam_submit_from_start, "SLAM_SUBMIT_FROM_START", NULL) 76 + #endif 75 77 76 78 static int 77 79 wmr_hmd_activate_reverb(struct wmr_hmd *wh);