Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
Remove the IS_6DOF entry in OpenXR mappings for the khronos simple
profile that was added by mistake. That field existed when the PR
was created but it took so long to review that it was removed in
the meantime.
  • Loading branch information
svillar committed Nov 19, 2024
1 parent 117540c commit 7e1c7af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/openxr/cpp/OpenXRInputMappings.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ namespace crow {
// Default fallback: https://github.com/immersive-web/webxr-input-profiles/blob/master/packages/registry/profiles/generic/generic-button.json
const OpenXRInputMapping KHRSimple {
"/interaction_profiles/khr/simple_controller",
IS_6DOF,
"generic-trigger.obj",
"generic-trigger.obj",
device::UnknownType,
Expand Down

0 comments on commit 7e1c7af

Please sign in to comment.