Skip to content

Commit

Permalink
feat(AnimatedSprite): remove explicit click event
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Apr 7, 2024
1 parent 18d6904 commit 042c350
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/abstractions/AnimatedSprite/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ onUnmounted(() => {
<TresMesh
:scale="[scaleX, scaleY, 1]"
:position="[positionX, positionY, 0]"
@click="(intr: Intersection) => emit('click', intr)"
>
<TresPlaneGeometry :args="[1, 1]" />
<TresMeshBasicMaterial
Expand Down

0 comments on commit 042c350

Please sign in to comment.