Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 25, 2005, 1:40:33 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some very little todo's…, and Names in all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/render2D/element_2d.cc

    r5252 r5254  
    442442  if( likely(child->parent != NULL))
    443443  {
    444     PRINTF(4)("Element2D::addChild() - reparenting node: removing it and adding it again\n");
     444    PRINTF(5)("Element2D::addChild() - reparenting node: removing it and adding it again\n");
    445445    child->parent->children->remove(child);
    446446  }
Note: See TracChangeset for help on using the changeset viewer.