Browse Source

output draw_order too

David Rose 21 years ago
parent
commit
13be5ce398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/cullBinAttrib.cxx

+ 1 - 1
panda/src/pgraph/cullBinAttrib.cxx

@@ -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;
   }
   }
 }
 }