mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
st/oxr: Set session on action spaces
This commit is contained in:
parent
defc4f9eef
commit
d5f5d9f354
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue