Changeset 4311 in orxonox.OLD for orxonox/trunk/src/util/garbage_collector.cc
- Timestamp:
- May 26, 2005, 11:03:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/garbage_collector.cc
r4289 r4311 140 140 //delete entity; 141 141 ObjectManager::getInstance()->addToDeadList(CL_TEST_BULLET, entity); 142 ObjectManager::getInstance()->debug();143 142 } 144 143 entity = iterator->nextElement(); … … 148 147 PRINTF(3)("=============================\n"); 149 148 149 ObjectManager::getInstance()->debug(); 150 150 151 /* reset time to count again up to this->delay */ 151 152 this->time = 0;
Note: See TracChangeset
for help on using the changeset viewer.