Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Jan 20, 2025
1 parent 72b3d9e commit a624e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Outlines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ export function Outlines({
mesh.renderOrder = renderOrder

const parent = group.parent as THREE.Mesh & THREE.SkinnedMesh & THREE.InstancedMesh
applyProps(mesh as any, {
applyProps(mesh, {
morphTargetInfluences: parent.morphTargetInfluences,
morphTargetDictionary: parent.morphTargetDictionary,
})
applyProps(mesh.material as any, {
applyProps(mesh.material, {
transparent,
thickness,
color,
Expand Down

0 comments on commit a624e0d

Please sign in to comment.