Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3662 in orxonox.OLD for orxonox/trunk/src/garbage_collector.cc


Ignore:
Timestamp:
Mar 30, 2005, 12:02:34 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk:make

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/garbage_collector.cc

    r3661 r3662  
    9595      if( entity->isFinalized())
    9696        {
    97           PRINTF(3)("Finalizing object in list - not yet done realy\n");
     97          PRINTF(1)("Finalizing object in list - not yet done realy\n");
     98         
    9899          /* first remove out of entity list */
    99           //list->remove(entity);
     100          list->remove(entity);
    100101          /* second remove out of pnode tree */
    101           //llParent* np = NullParent::getInstance();
     102          entity->remove();
     103          //NullParent* np = NullParent::getInstance();
    102104          //np->removeChild(np);
    103105         
Note: See TracChangeset for help on using the changeset viewer.