st/oxr: Set session on action spaces

This commit is contained in:
Jakob Bornecrantz 2019-05-07 17:20:31 +01:00
parent defc4f9eef
commit d5f5d9f354

View file

@ -65,6 +65,7 @@ oxr_space_action_create(struct oxr_logger *log,
//! @todo implement more fully
oxr_warn(log, " not fully implemented");
spc->sess = act->act_set->sess;
spc->is_reference = false;
memcpy(&spc->pose, &createInfo->poseInActionSpace, sizeof(spc->pose));