mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
output draw_order too
This commit is contained in:
parent
2d4009bfa9
commit
13be5ce398
@ -54,7 +54,7 @@ output(ostream &out) const {
|
||||
if (_bin_name.empty()) {
|
||||
out << "(default)";
|
||||
} else {
|
||||
out << _bin_name;
|
||||
out << _bin_name << "," << _draw_order;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user