Skip to content

[effects/blend] Fix opacity value of old window

David Edmundson requested to merge work/d_ed/blend_adjust into master

We animated from 1.0 to 0.0, however this does not take into account that a previous effect may also have adjusted the opacity.

We should multiply accordingly.

This was spotted in code review not any real-world case, I can't imagine it ever coming up.

Merge request reports