Skip to content

Commit

Permalink
Adjusting for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Cyber-Captain committed Nov 4, 2024
1 parent 1c56797 commit 8141970
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ void OpenXRFbBodyTrackingExtensionWrapper::_on_process() {
Transform3D right_shoulder = xr_body_tracker->get_joint_transform(XRBodyTracker::JOINT_RIGHT_SHOULDER);
right_shoulder.origin += shoulder_offset;
xr_body_tracker->set_joint_transform(XRBodyTracker::JOINT_RIGHT_SHOULDER, right_shoulder);

}

// Register the XRBodyTracker if necessary
Expand Down

0 comments on commit 8141970

Please sign in to comment.