You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
OpenXR: change bindings to 'flatten' source paths
This commit is contained in:
@@ -300,10 +300,7 @@ void OpenXRInterface::_load_action_map() {
|
||||
continue;
|
||||
}
|
||||
|
||||
PackedStringArray paths = xr_binding->get_paths();
|
||||
for (int k = 0; k < paths.size(); k++) {
|
||||
openxr_api->interaction_profile_add_binding(ip, action->action_rid, paths[k]);
|
||||
}
|
||||
openxr_api->interaction_profile_add_binding(ip, action->action_rid, xr_binding->get_binding_path());
|
||||
}
|
||||
|
||||
// Now submit our suggestions
|
||||
|
||||
Reference in New Issue
Block a user