Skip to content

Commit

Permalink
point solarxr to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Erimelowo committed Jul 31, 2024
1 parent 8b1ac76 commit f511283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ public static int createModelSettings(
humanPoseManager.getToggle(SkeletonConfigToggles.VIVE_EMULATION),
humanPoseManager.getToggle(SkeletonConfigToggles.TOE_SNAP),
humanPoseManager.getToggle(SkeletonConfigToggles.FOOT_PLANT),
humanPoseManager.getToggle(SkeletonConfigToggles.SELF_LOCALIZATION)
humanPoseManager.getToggle(SkeletonConfigToggles.SELF_LOCALIZATION),
false
);
int ratiosOffset = ModelRatios
.createModelRatios(
Expand Down

0 comments on commit f511283

Please sign in to comment.