Skip to content

Commit 582f32e

Browse files
explosions now work without re-rendering sparkles
1 parent 22698c9 commit 582f32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/ui/Explosion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function Explosion({
2525
const individualSize = Math.random() * 0.1 + 4;
2626
const randomDisplacement = Math.random() * 10;
2727

28-
// for every item in map, return a particle with a different size
28+
// for every particle return a particle with a different size
2929
return (
3030
<motion.div
3131
key={i}

0 commit comments

Comments
 (0)