The open source OpenXR runtime
0
fork

Configure Feed

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

d/rift: fix relation history creation following revert

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2495>

+1 -1
+1 -1
src/xrt/drivers/rift/rift_hmd.c
··· 613 613 strncpy(hmd->base.str, device_name, XRT_DEVICE_NAME_LEN); 614 614 strncpy(hmd->base.serial, serial_number, XRT_DEVICE_NAME_LEN); 615 615 616 - m_relation_history_create(&hmd->relation_hist, NULL); 616 + m_relation_history_create(&hmd->relation_hist); 617 617 618 618 // Setup input. 619 619 hmd->base.name = XRT_DEVICE_GENERIC_HMD;