Skip to content

Commit

Permalink
Bakery: fix interpolation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Feb 16, 2021
1 parent 6ecaa0c commit e919ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bakery.js
Expand Up @@ -62,7 +62,7 @@ Plugin.register('bakery', {
keyframe = new Keyframe({
channel, time
})
animator.fillValues(keyframe, null, true);
animator.fillValues(keyframe, null, true, false);
new_keyframes.push(keyframe);
}
}
Expand Down

0 comments on commit e919ecd

Please sign in to comment.