Skip to content

Commit

Permalink
Update AccumulativeShadows.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick authored Nov 15, 2023
1 parent b86c38c commit 2404ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/AccumulativeShadows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export const RandomizedLight: ForwardRefComponent<
if (parent) parent.lights?.set(group.uuid, api)
return () => void parent?.lights?.delete(group.uuid)
}, [parent, api])

return (
<group ref={gLights} {...props}>
{Array.from({ length: amount }, (_, index) => (
Expand Down

0 comments on commit 2404ee2

Please sign in to comment.