Changeset 6664 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jan 24, 2006, 11:23:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/resource_manager.cc
r6655 r6664 668 668 else 669 669 { 670 PRINTF(2)("unable to unload %s because there are still %d references to it\n", 671 this->resourceList[index]->name, this->resourceList[index]->count); 670 if (round == 3) 671 PRINTF(2)("unable to unload %s because there are still %d references to it\n", 672 this->resourceList[index]->name, this->resourceList[index]->count); 672 673 removeCount++; 673 674 }
Note: See TracChangeset
for help on using the changeset viewer.