Fix broken blend intrinsic.

Change-Id: I3a1749aed701e17b48c267ca749c9cf29ca12e43
This commit is contained in:
Tim Murray
2014-07-10 13:00:10 -07:00
parent 3de3dc79e5
commit 8fdcf4a08a

View File

@@ -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);
}
/**