diff options
| author | Jacob Palecki <[email protected]> | 2020-09-26 15:42:29 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-26 15:42:29 -0700 |
| commit | 5d2741d95a9f227534998ecc2dfa6fdb8b95494e (patch) | |
| tree | 611d6d8a336ef443c535e8a5858300fec0de236b /grapher/Layouts/PowerLayout.cs | |
| parent | Remove logarithm (diff) | |
| download | rawaccel-5d2741d95a9f227534998ecc2dfa6fdb8b95494e.tar.xz rawaccel-5d2741d95a9f227534998ecc2dfa6fdb8b95494e.zip | |
Rename accel to scale in power mode
Diffstat (limited to 'grapher/Layouts/PowerLayout.cs')
| -rw-r--r-- | grapher/Layouts/PowerLayout.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/PowerLayout.cs b/grapher/Layouts/PowerLayout.cs index 5391506..e12ac4a 100644 --- a/grapher/Layouts/PowerLayout.cs +++ b/grapher/Layouts/PowerLayout.cs @@ -11,7 +11,7 @@ namespace grapher.Layouts Index = (int)AccelMode.power; LogarithmicCharts = false; - AccelLayout = new OptionLayout(true, Acceleration); + AccelLayout = new OptionLayout(true, Scale); CapLayout = new OptionLayout(true, Cap); WeightLayout = new OptionLayout(true, Weight); OffsetLayout = new OptionLayout(true, Offset); |