Skip to content

Commit

Permalink
chore: add note
Browse files Browse the repository at this point in the history
  • Loading branch information
wumaolinmaoan committed Dec 2, 2024
1 parent 9a37a59 commit b7fddd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/effects-core/src/comp-vfx-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export class CompositionComponent extends Behaviour {
const time = this.time;

this.timelinePlayable.setTime(time);

// The properties of the object may change dynamically,
// so reset the track binding to avoid invalidation of the previously obtained binding object.
this.resolveBindings();
this.graph.evaluate(dt);
}
Expand Down

0 comments on commit b7fddd9

Please sign in to comment.