Skip to content

Commit

Permalink
Fix color label table header
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar authored Dec 18, 2024
1 parent 9637de7 commit c09339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logic/Common/ColorLabelTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ ::SaveToFile(const char *file) const
fout << "# -B-: Blue color component (0..255)" << endl;
fout << "# -A-: Label transparency (0.00 .. 1.00)" << endl;
fout << "# VIS: Label visibility (0 or 1)" << endl;
fout << "# IDX: Label mesh visibility (0 or 1)" << endl;
fout << "# MSH: Label mesh visibility (0 or 1)" << endl;
fout << "# LABEL: Label description " << endl;
fout << "################################################"<< endl;

Expand Down

0 comments on commit c09339f

Please sign in to comment.