mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
st/oxr: Port to using new zero/identity defines
This commit is contained in:
parent
48d043796c
commit
3cfaa2ea9f
|
@ -22,7 +22,7 @@
|
|||
#include "oxr_handle.h"
|
||||
|
||||
|
||||
const struct xrt_pose origin = {{0.0f, 0.0f, 0.0f, 1.0f}, {0.0f, 0.0f, 0.0f}};
|
||||
const struct xrt_pose origin = XRT_POSE_IDENTITY;
|
||||
|
||||
static XrResult
|
||||
check_reference_space_type(struct oxr_logger *log, XrReferenceSpaceType type)
|
||||
|
|
Loading…
Reference in a new issue