Skip to content

Commit

Permalink
Typo (#19)
Browse files Browse the repository at this point in the history
Render save as PFM logs errors as "albedo" instead of "render".
(correct me if I'm wrong)
  • Loading branch information
LasaBir authored Jan 23, 2021
1 parent e7bb4a5 commit 03d96e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void setSpp(int spp) {
try (OutputStream out = new BufferedOutputStream(context.getSceneFileOutputStream(scene.name + ".pfm"))) {
writePfmImage(out, true);
} catch (IOException e) {
Log.error("Saving the albedo PFM failed", e);
Log.error("Saving the render PFM failed", e);
}

String denoiserPath = PersistentSettings.settings.getString("oidnPath", null);
Expand Down

0 comments on commit 03d96e1

Please sign in to comment.