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

Commit 8fdcf4a0 authored by Tim Murray's avatar Tim Murray
Browse files

Fix broken blend intrinsic.

Change-Id: I3a1749aed701e17b48c267ca749c9cf29ca12e43
parent 3de3dc79
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);
    }

    /**