Skip to content

Commit

Permalink
Update packages/effects-core/src/plugins/text/text-vfx-item.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
yiiqii and coderabbitai[bot] authored Dec 12, 2023
1 parent e84718c commit 8e9ddac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/effects-core/src/plugins/text/text-vfx-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class TextVFXItem extends VFXItem<TextItem> {

override onLifetimeBegin (composition: Composition, content: TextItem) {
content.active = true;
this.content?.mesh!.setItems([this.content]);
this.content?.mesh?.setItems([this.content]);
this.content.updateTexture();
}
Expand Down

0 comments on commit 8e9ddac

Please sign in to comment.