Skip to content

Commit

Permalink
fix(sample): Hand Landmarks color is wrong in Holistic scene
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Dec 2, 2021
1 parent a3668be commit b1a2720
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ public override RotationAngle rotationAngle

private void Start()
{
_landmarkListAnnotation.SetColor(_leftLandmarkColor); // assume it's left hand by default
_landmarkListAnnotation.Fill(_LandmarkCount);

_connectionListAnnotation.Fill(_connections, _landmarkListAnnotation);
}

Expand Down

0 comments on commit b1a2720

Please sign in to comment.