Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Sep 25, 2018
1 parent 68ba723 commit a2afd53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cryptomatte/cryptomatte.h
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,7 @@ struct CryptomatteData {
for (int i = 0; i < outputs_orig.size(); i++)
AiArraySetStr(final_outputs, uint32_t(i), outputs_orig[i].c_str());
for (int i = 0; i < outputs_new.size(); i++)
AiArraySetStr(final_outputs, uint32_t(i + outputs_orig.size()),
outputs_new[i].c_str());
AiArraySetStr(final_outputs, uint32_t(i + prev_output_num), outputs_new[i].c_str());

AiNodeSetArray(render_options, "outputs", final_outputs);
}
Expand Down

0 comments on commit a2afd53

Please sign in to comment.