Skip to content

Commit

Permalink
Prevent drawing twice holistic landmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mids committed Sep 30, 2022
1 parent 09fe62c commit edf8abd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void DrawNow(NormalizedLandmarkList faceLandmarkList, NormalizedLandmarkL
leftHandLandmarkList?.Landmark,
rightHandLandmarkList?.Landmark
);
SyncNow();
}

public void DrawFaceLandmarkListLater(IList<NormalizedLandmark> faceLandmarkList)
Expand Down

0 comments on commit edf8abd

Please sign in to comment.