Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VFX] Fix SpawnIndex attribute when using instancing
We are storing the wrong value for SpawnIndex attribute during Init compute, when processing several instances at the same time. We are currently using the batch thread index, instead of per instance thread index. The fix is very simple, just replacing one with the other when storing the value.
- Loading branch information