Skip to content

Commit 967c725

Browse files
committed
Minor fixups to whitespace and access modifier
1 parent 0a3365a commit 967c725

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

TabletDriverFilters/TabletFilterSmoothing.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ public class TabletFilterSmoothing : IFilter
1313
private DateTime? _lastFilterTime;
1414
private Point _lastPos;
1515
private float _timerInterval;
16-
public float _threshold = 0.63f;
16+
private const float _threshold = 0.63f;
17+
1718
public Point Filter(Point point)
1819
{
1920
var timeDelta = DateTime.Now - _lastFilterTime;

0 commit comments

Comments
 (0)