Commit 263ef28
authored
Event-pools: Consistency fix for vertexing
For event pools, the vertex applied to events should (0,0,0).
We tried to do this by setting 'kNoVertex' to the collision context... which unfortunately was not doing what we wanted. Instead of putting (0,0,0) this simply does not put a vertex into the collision context. This lead to the consequence that the vertex was fixed during event generation later.
Problem fixed by imposing `kNoVertex` also on the event generation step **in case of event pool generation**.1 parent 5e972df commit 263ef28
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
| |||
0 commit comments