diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-12 07:21:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-12 07:21:48 +0200 |
commit | 5b88ad389c9c50a3e0785b08f9572656b2d3fcda (patch) | |
tree | 25c8373ecb52b57777e8b01af40747034e63dd89 /filter-accela | |
parent | 466a0a8b251067cc74d8dddf7e4f50f44924a48d (diff) |
cleanup
Diffstat (limited to 'filter-accela')
-rw-r--r-- | filter-accela/ftnoir_filter_accela.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filter-accela/ftnoir_filter_accela.cpp b/filter-accela/ftnoir_filter_accela.cpp index 0336221e..bdf8067d 100644 --- a/filter-accela/ftnoir_filter_accela.cpp +++ b/filter-accela/ftnoir_filter_accela.cpp @@ -164,8 +164,9 @@ void settings_accela::make_splines(spline& rot, spline& pos) pos = spline(); rot.set_max_input(rot_gains[0].x); - pos.set_max_input(pos_gains[0].x); rot.set_max_output(rot_gains[0].y); + + pos.set_max_input(pos_gains[0].x); pos.set_max_output(pos_gains[0].y); for (const auto& val : rot_gains) |