Changeset 6123 in orxonox.OLD for branches/objectmanager/src/util
- Timestamp:
- Dec 15, 2005, 2:14:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/objectmanager/src/util/object_manager.cc
r6122 r6123 134 134 { 135 135 PRINT(0)(" +ObjectManager-LIST: '%s'-size='%d'-----\n", ObjectManager::OMListToString((OM_LIST)omList), this->objectLists[omList].size()); 136 if (level >1)136 // if (level >= 1) 137 137 { 138 138 std::list<WorldEntity*>::const_iterator entity;
Note: See TracChangeset
for help on using the changeset viewer.