Skip to content

Commit

Permalink
make hands default back to Handtracking if the extension is available
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmarni-Dev committed Nov 14, 2023
1 parent e5363ac commit 86a7bf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ impl Plugin for OpenXrPlugin {
.insert_resource(frame_state.clone())
.insert_resource(action_sets.clone());
let hands = xr_instance.exts().ext_hand_tracking.is_some();
let hands = false;
if hands {
app.insert_resource(HandTrackingTracker::new(&session).unwrap());
app.insert_resource(HandInputSource::OpenXr);
Expand Down

0 comments on commit 86a7bf7

Please sign in to comment.