Skip to content
  • Neil Roberts's avatar
    Fix calculation in clutter_cubic_bezier · 4168ed09
    Neil Roberts authored
    The calculation for cubic bezier curves had an extra multiplication by
    3 which was causing the curve to go over 1.0 very quickly. This had
    the affect of making test-animation appear to complete much before the
    completed signal is emitted.
    4168ed09