Skip to content

Commit

Permalink
Fix skipRender during no image reductions. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthomson authored Oct 15, 2018
1 parent 02ed0b3 commit cb07c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public boolean isInteresting(
// Read shader job into an image job.
ImageJob imageJob = new ImageJob();
fileOps.readShaderJobFileToImageJob(shaderJobFile, imageJob);
imageJob.setSkipRender(false);
imageJob.setSkipRender(skipRender);

// Run the image job.
ImageJobResult imageRes = imageGenerator.getImage(imageJob);
Expand Down

0 comments on commit cb07c7b

Please sign in to comment.