Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92ce7440 authored by Xusong Wang's avatar Xusong Wang Committed by Gerrit Code Review
Browse files

Merge "Fix bug in Blend that did not use options."

parents 2775f8a1 1f42ae91
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
     * @param opt LaunchOptions for clipping
     */
    public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
        blend(1, ain, aout, null);
        blend(1, ain, aout, opt);
    }

    /**
@@ -641,4 +641,3 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
    }
*/
}