Skip to content

Commit

Permalink
Info: show plane label
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKepzie committed Jul 12, 2017
1 parent 448f477 commit 49052ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3326,7 +3326,7 @@ Node::makeInfoForInput(int inputNumber) const
}
for (std::list<ImagePlaneDesc>::iterator it = availableLayers.begin(); it != availableLayers.end(); ++it) {

ss << " " << it->getPlaneID();
ss << " " << it->getPlaneLabel();
if ( next != availableLayers.end() ) {
ss << ", ";
++next;
Expand Down

0 comments on commit 49052ae

Please sign in to comment.