st/oxr: Port to using new zero/identity defines

This commit is contained in:
Ryan Pavlik 2021-04-26 15:17:29 -05:00 committed by Jakob Bornecrantz
parent 48d043796c
commit 3cfaa2ea9f

View file

@ -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)