use the shape id as a seed
This commit is contained in:
parent
4668ba8bf7
commit
e5bcfb3e44
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue