Skip to content

Commit

Permalink
refactor(core): use TresObject3D
Browse files Browse the repository at this point in the history
  • Loading branch information
Neosoulink committed Nov 6, 2024
1 parent c2eb175 commit 20463a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/colliders/BaseCollider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ onUnmounted(() => {
</script>

<template>
<TresGroup>
<TresObject3D>
<slot></slot>
</TresGroup>
</TresObject3D>
</template>

0 comments on commit 20463a7

Please sign in to comment.