Merge "Fix build"

This commit is contained in:
Tim Murray
2014-02-03 23:31:54 +00:00
committed by Gerrit Code Review

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();
}