Skip to content

Commit 40ddaba

Browse files
committed
Update submodule and interpolators
1 parent b172819 commit 40ddaba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DevocubFilters/AntiChatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public Vector2 Filter(Vector2 calcTarget)
9292

9393
public static FilterStage FilterStage => FilterStage.PostTranspose;
9494

95-
private float TimerInterval => 1000 / Hertz;
95+
private float TimerInterval => 1000 / Frequency;
9696

9797
[SliderProperty("Latency", 0f, 1000f, 2f), DefaultPropertyValue(2)]
9898
public float Latency

HawkuFilters/Smoothing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public Vector3 Filter(Vector3 point)
6565

6666
public float TimerInterval
6767
{
68-
get => 1000 / Hertz;
68+
get => 1000 / Frequency;
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)