Fix broken blend intrinsic.
Change-Id: I3a1749aed701e17b48c267ca749c9cf29ca12e43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user