Skip to content

Commit

Permalink
fix: outlines context size
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Sep 9, 2023
1 parent 2df576c commit 242d086
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/core/Outlines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,18 @@ export function Outlines({
polygonOffsetFactor,
})
}
}, [angle, transparent, thickness, color, opacity, screenspace, toneMapped, polygonOffset, polygonOffsetFactor])
}, [
angle,
transparent,
thickness,
color,
opacity,
screenspace,
toneMapped,
polygonOffset,
polygonOffsetFactor,
contextSize,
])

return <group ref={ref} {...props} />
}

1 comment on commit 242d086

@vercel
Copy link

@vercel vercel bot commented on 242d086 Sep 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.