Skip to content

Commit

Permalink
Update positionalTracking.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Apr 11, 2024
1 parent ee9eed8 commit 5574d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/positionalTracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class PositionalTracking {
});

tracking.ColorTracker.registerColor('brightblue', function(r, g, b) {
if (r < 120 && g < 120 && b > 150) {
if (r < 60 && g < 185 && b > 215) {
return true;
}
return false;
Expand Down

0 comments on commit 5574d83

Please sign in to comment.