Skip to content

Commit

Permalink
Don't sleep tracked hands forever if we don't have a speed bit
Browse files Browse the repository at this point in the history
No idea how this works on quest + ultraleap :/

refs #18
  • Loading branch information
fredemmott committed Dec 31, 2022
1 parent dd88223 commit 5f0289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APILayer/HandTrackingSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class HandTrackingSource final : public InputSource {
XrHandEXT mHand;
InputState mState {mHand};
XrHandTrackerEXT mTracker {};
bool mSleeping {true};
bool mSleeping {false};
XrTime mLastKeepAliveAt {};
XrTime mLastSleepSpeedAt {};
};
Expand Down

0 comments on commit 5f0289f

Please sign in to comment.