diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-20 17:11:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-20 17:12:21 +0200 |
commit | 2e778f953bf6efb71f0b000a9b930a245b3b11e0 (patch) | |
tree | c6efe57a95854c248db69d71c4ac1759a46859be /migration | |
parent | 957a2bf95fed2362d50de64721642dbc0bd8f911 (diff) |
fix wrt spline api
Diffstat (limited to 'migration')
-rw-r--r-- | migration/20171020_00-max-pitch-output.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/20171020_00-max-pitch-output.cpp b/migration/20171020_00-max-pitch-output.cpp index a5467b28..f084f7fb 100644 --- a/migration/20171020_00-max-pitch-output.cpp +++ b/migration/20171020_00-max-pitch-output.cpp @@ -61,7 +61,7 @@ struct max_pitch_output : migration main_settings s; axis_opts& pitch_opts = s.a_pitch; - pitch_opts.clamp_y = axis_opts::o_r180; + pitch_opts.clamp_y_ = axis_opts::o_r180; s.b_map->save(); } |