mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/wmr: Fix warning
This commit is contained in:
parent
3fb162ea3a
commit
86ae6a5bb1
|
@ -70,8 +70,10 @@ DEBUG_GET_ONCE_BOOL_OPTION(wmr_slam, "WMR_SLAM", true)
|
|||
//! Specifies whether the user wants to use the hand tracker.
|
||||
DEBUG_GET_ONCE_BOOL_OPTION(wmr_handtracking, "WMR_HANDTRACKING", true)
|
||||
|
||||
#ifdef XRT_FEATURE_SLAM
|
||||
//! Whether to submit samples to the SLAM tracker from the start.
|
||||
DEBUG_GET_ONCE_OPTION(slam_submit_from_start, "SLAM_SUBMIT_FROM_START", NULL)
|
||||
#endif
|
||||
|
||||
static int
|
||||
wmr_hmd_activate_reverb(struct wmr_hmd *wh);
|
||||
|
|
Loading…
Reference in a new issue