output draw_order too

This commit is contained in:
David Rose 2004-10-14 18:22:57 +00:00
parent 2d4009bfa9
commit 13be5ce398

View File

@ -54,7 +54,7 @@ output(ostream &out) const {
if (_bin_name.empty()) { if (_bin_name.empty()) {
out << "(default)"; out << "(default)";
} else { } else {
out << _bin_name; out << _bin_name << "," << _draw_order;
} }
} }