mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
st/oxr: xrCreateActionSpace is fully implemented
This commit is contained in:
parent
e32902843c
commit
0826ff9273
|
@ -64,9 +64,6 @@ oxr_space_action_create(struct oxr_logger *log,
|
|||
OXR_ALLOCATE_HANDLE_OR_RETURN(log, spc, OXR_XR_DEBUG_SPACE,
|
||||
oxr_space_destroy, &sess->handle);
|
||||
|
||||
//! @todo implement more fully
|
||||
oxr_warn(log, " not fully implemented");
|
||||
|
||||
oxr_classify_sub_action_paths(log, inst, 1, &createInfo->subactionPath,
|
||||
&sub_paths);
|
||||
|
||||
|
|
Loading…
Reference in a new issue