Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5255 in orxonox.OLD for trunk/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Sep 25, 2005, 6:23:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor changes (flush)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.cc

    r5214 r5255  
    396396  if( likely(child->parent != NULL))
    397397    {
    398       PRINTF(4)("PNode::addChild() - reparenting node: removing it and adding it again\n");
     398      PRINTF(5)("PNode::addChild() - reparenting node: removing it and adding it again\n");
    399399      child->parent->children->remove(child);
    400400    }
Note: See TracChangeset for help on using the changeset viewer.