Skip to content

Commit

Permalink
Make IMU trackers start at #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erimelowo committed Feb 9, 2023
1 parent 2185eb6 commit dc8a734
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,8 @@ public Device getDevice() {

@Override
public String getDisplayName() {
return "IMU Tracker #" + getTrackerId();
return "IMU Tracker #"
+ (getTrackerId() - vrserver.humanPoseManager.getShareableTracker().size());
}

@Override
Expand Down

0 comments on commit dc8a734

Please sign in to comment.