making controller actions fields pub so users can use them

This commit is contained in:
ForTehLose
2024-12-04 14:03:31 -05:00
parent a260443a0d
commit 5b7db58fe6

View File

@@ -201,9 +201,9 @@ fn update_right_grip(
//tracking rig
#[derive(Resource)]
pub struct ControllerActions {
set: openxr::ActionSet,
left: openxr::Action<Posef>,
right: openxr::Action<Posef>,
pub set: openxr::ActionSet,
pub left: openxr::Action<Posef>,
pub right: openxr::Action<Posef>,
}
fn spawn_tracking_rig(