MotionInterpolator reports Duration::MAX
when aborted
#1678
Labels
is:RecruitTask
This has a limited scope and is therefore a good place to start for newbies.
When the interpolator is aborted, it reports a remaining duration of
Duration::MAX
. This does not make a lot of sense. This should either report0
, or the actual duration the entire interpolation would take from a restart.Combined with the fact that
is_finished
reportstrue
in the aborted state, the remaining duration should probably be0
.The text was updated successfully, but these errors were encountered: