diff options
| author | Jacob Palecki <[email protected]> | 2021-01-20 18:25:31 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-20 18:25:31 -0800 |
| commit | 6046120f67327411eafa9c6a9fa0601c2ea5c554 (patch) | |
| tree | 47723f0b6f0f0ffe32859133d1384b67dbbcb32d /grapher/Constants | |
| parent | Update guide for anisotropy options (diff) | |
| download | rawaccel-6046120f67327411eafa9c6a9fa0601c2ea5c554.tar.xz rawaccel-6046120f67327411eafa9c6a9fa0601c2ea5c554.zip | |
Tweaks
Diffstat (limited to 'grapher/Constants')
| -rw-r--r-- | grapher/Constants/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index e31f62c..f05be34 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -14,7 +14,7 @@ namespace grapher public const int DefaultPollRate = 1000; /// <summary> Resolution of chart calulation. </summary> - public const int Resolution = 100; + public const int Resolution = 500; /// <summary> Multiplied by DPI over poll rate to find rough max expected velocity. </summary> public const double MaxMultiplier = .05; |