am 78133f53: Merge "Fix build"

* commit '78133f5323f110b574a471e37a560e90d7213481':
  Fix build
This commit is contained in:
Tim Murray
2014-02-03 23:37:55 +00:00
committed by Android Git Automerger

View File

@@ -196,7 +196,7 @@ public class LevelsRSActivity extends Activity
private void filter() {
mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
mOutPixelsAllocation.ioSendOutput();
mOutPixelsAllocation.ioSend();
mRS.finish();
}