MxUI/MUI

bug in sampler_mov_avg.h

AnselGitAccount opened this issue · 1 comments

line 36
point_type dx = apply( data_points[i].first - focus, abs );

change to
point_type dx = apply( data_points[i].first - focus, fabs );

Thank you for pointing this out, as you rightly say this could be an issue in some cases, this has been applied in the latest merge b44743c.