Skip to content

Commit 068abb2

Browse files
Merge pull request #18 from BK8000L/patch-1
Fix typo in Devocub antichatter filter
2 parents 8f91f10 + 912a53f commit 068abb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DevocubFilters/AntiChatter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Antichatter : Interpolator
4343
+ "\n"
4444
+ " - Smooth: Latency ~10 ms, Strength 3, Multiplier 100, OffsetX 1.5, OffsetY 1.\n"
4545
+ " Change OffsetX between 0-2 to switch between stickiness and smooth.\n"
46-
+ " Increase Strength to 4-10 to get harper. Decrease Strength to 1-2 to get more smoothing.\n"
46+
+ " Increase Strength to 4-10 to get sharper changes in smoothing. Decrease Strength to 1-2 to get more smoothing.\n"
4747
+ "\n"
4848
+ " - Low latency: Set Offset Y to 0 (and potentially set Latency to 1-10 ms. However, with some settings this can break smoothing, usually OffsetY 0 is enough to being able to go to lowest latency).";
4949
private const string PREDICTION_TOOLTIP =
@@ -205,4 +205,4 @@ private void GetMMScale()
205205
};
206206
}
207207
}
208-
}
208+
}

0 commit comments

Comments
 (0)