- 
    Bug 
- 
    Resolution: Fixed
- 
    P2: Important 
- 
    6.1
- 
    None
- 
        1
- 
        4558ac7ce26bbfa6cfb24d1cc51a5f81c39913b7
- 
        Qt Quick 3D - 2021 Week 9 - 10
Currently when affector properties are changed, particles system is refreshed (updateCurrentTime). This leads to extra updates when the system is already running, or when changing / animating multiple affector properties. Fix the update so that it is done only once per frame.