Skip to content

Avoid destroying effects if animation speed changes

It makes little sense to destroy effects if the animation speed changes. The effects are written with the assumption that the animation time can change and therefore they handle this case in reconfigure().

Merge request reports