use the shape id as a seed

This commit is contained in:
Steve Ruiz 2023-11-25 22:29:13 +00:00
parent 4668ba8bf7
commit e5bcfb3e44
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export function useLiveImage(
// We might be stale
if (iteration <= finishedIteration.current) return
const random = rng()
const random = rng(shapeId)
try {
sendCurrentData({