Skip to content

Commit

Permalink
Merge pull request #12 from henryouly/master
Browse files Browse the repository at this point in the history
Fix updating the filter param of the right hand.
  • Loading branch information
TesseraktZero authored Dec 22, 2021
2 parents 61e8b83 + d03adbc commit efe2e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scipts/LandmarkInterface/LandmarkResultSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void Awake()
private void Update()
{
LeftHandFilter.UpdateFilterParameter(FilterTimeInterval, FilterNoise, DisplacementLimit);
LeftHandFilter.UpdateFilterParameter(FilterTimeInterval, FilterNoise, DisplacementLimit);
RightHandFilter.UpdateFilterParameter(FilterTimeInterval, FilterNoise, DisplacementLimit);
}

public void UpdateLandmark(LandmarkType landmarkType, NormalizedLandmarkList landmarkList)
Expand Down

0 comments on commit efe2e9b

Please sign in to comment.