Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8989 in orxonox.OLD for trunk/src/lib/graphics


Ignore:
Timestamp:
Jul 1, 2006, 5:32:45 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: notifier notifies

Location:
trunk/src/lib/graphics
Files:
2 edited

Legend:

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

    r8360 r8989  
    700700        (*reparenter)->parentMode & E2D_REPARENT_ON_PARENTS_REMOVE)
    701701    {
    702       printf("TEST----------------%s ---- %s\n", this->getClassName(), (*reparenter)->getClassName());
    703702      (*reparenter)->reparent2D();
    704       printf("REPARENTED TO: %s::%s\n",(*reparenter)->getParent2D()->getClassName(),(*reparenter)->getParent2D()->getName());
     703      PRINTF(5)("REPARENTED TO: %s::%s\n",(*reparenter)->getParent2D()->getClassName(),(*reparenter)->getParent2D()->getName());
    705704    }
    706705  }
  • trunk/src/lib/graphics/text_engine/font.cc

    r8768 r8989  
    273273  Material::debug();
    274274
    275   PRINT(0)("TEST %p and %p\n", this->data.get(), this->data->textureData().get());
     275  //PRINT(0)("TEST %p and %p\n", this->data.get(), this->data->textureData().get());
    276276  // print the loaded font's style
    277277/*  int style = TTF_STYLE_NORMAL;
Note: See TracChangeset for help on using the changeset viewer.