Browse Source

minor change

David Rose 17 years ago
parent
commit
6e3c93ce2f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pgraph/renderAttrib.cxx

+ 1 - 0
panda/src/pgraph/renderAttrib.cxx

@@ -430,6 +430,7 @@ release_new() {
 #ifndef NDEBUG
     nassertd(_attribs->find(this) == _saved_entry) {
       cerr << "Tried to release " << *this << " (" << (void *)this << "), not found!\n";
+      validate_attribs();
       Attribs::const_iterator si = _attribs->begin();
       if (si == _attribs->end()) {
         cerr << "  Attribs list is empty.\n";