-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't filter non-temporal trackers #1255
Conversation
@Erimelowo can u check this pls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to add those conditions for consistency's sake?
server/core/src/main/java/dev/slimevr/tracking/trackers/Tracker.kt
Outdated
Show resolved
Hide resolved
server/core/src/main/java/dev/slimevr/tracking/trackers/Tracker.kt
Outdated
Show resolved
Hide resolved
@Erimelowo can you recheck it please? |
Once again changing how this PR works lol, I think this is the safest way of doing this, just a simple added flag and it explains what it's for in the comment :3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This broke AutoBone, we should not modify the rotation from it, though this may not be desired depending on what we want to define computed trackers as.