Skip to content

Commit

Permalink
fixed tarzoom wrong folder bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Sep 25, 2022
1 parent 518d994 commit 5a748bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relight/rtitask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void RtiTask::run() {
fromRTI();
//TODO! deepZOOM should set error and status?
else if(step == "deepzoom") {
if ((err = deepZoom(input_folder, output, 95, 0, 256, callback)).compare("OK") != 0) {
if ((err = deepZoom(output, output, 95, 0, 256, callback)).compare("OK") != 0) {
error = err;
status = FAILED;
}
Expand Down

0 comments on commit 5a748bd

Please sign in to comment.