Skip to content

Commit

Permalink
feat(Lensflare): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 2, 2023
1 parent 3fc7374 commit 7f18278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/abstractions/Lensflare/component.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { Lensflare, LensflareElement } from 'three/examples/jsm/objects/lensflare'
import { Lensflare, LensflareElement } from 'three/examples/jsm/objects/Lensflare'
import { TextureLoader } from 'three'
import { watch, shallowRef, onMounted, onUnmounted } from 'vue'
import { normalizeColor } from '@tresjs/core'
Expand Down

0 comments on commit 7f18278

Please sign in to comment.