Loading anim/include/anim/interpolator.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ struct BezierInterpolator : public Interpolator<T> { std::unique_ptr<Interpolator<T>> clone() const override { return std::make_unique<BezierInterpolator<T>>(*this); return std::make_unique<BezierInterpolator<T, Method>>(*this); } private: Loading Loading
anim/include/anim/interpolator.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ struct BezierInterpolator : public Interpolator<T> { std::unique_ptr<Interpolator<T>> clone() const override { return std::make_unique<BezierInterpolator<T>>(*this); return std::make_unique<BezierInterpolator<T, Method>>(*this); } private: Loading