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

Commit 0127784a authored by Tim Murray's avatar Tim Murray Committed by Android (Google) Code Review
Browse files

Merge "Fix broken blend intrinsic."

parents 1710e031 8fdcf4a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
     * @param opt LaunchOptions for clipping
     */
    public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
        forEachDst(ain, aout, null);
        blend(1, ain, aout, null);
    }

    /**