Commit 664e48e
[Sofa.Simulation] Change event propagation pruning (#5749)
Currently the pruning event is done at node level.
Despite this is not fundamentally wrong, this behavior sounds a bit weird to me as It
imply there is no event pruning between controllers's which kind of introduce kind of
implicit coupling of event management at node level.
The PR remove this coupling
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>1 parent bd18bf6 commit 664e48e
File tree
1 file changed
+7
-5
lines changed- Sofa/framework/Simulation/Core/src/sofa/simulation
1 file changed
+7
-5
lines changedLines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | | - | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments