Skip to content

Commit

Permalink
feat(Lensflare): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 2, 2023
1 parent b9a60e8 commit fc8ad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/abstractions/Lensflare.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const onChange = () => {
}
onMounted(() => {
lensflareRef.value.add(threeLensflare);
lensflareRef.value?.add(threeLensflare);
onChange();
})
Expand Down

0 comments on commit fc8ad30

Please sign in to comment.