Skip to content

Commit

Permalink
fix: do not use 'always' interpolator for effect timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Oct 15, 2023
1 parent e3aabf9 commit d258366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static void readAnimations(
);
}

soundsTimeline.keyFrame(time, sounds, Interpolator.always(sounds));
soundsTimeline.keyFrame(time, sounds);
break;
}
}
Expand Down

0 comments on commit d258366

Please sign in to comment.