Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2005, 3:07:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building Graphics as a lib names libORXgraphics.a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine/text_engine.cc

    r5344 r5347  
    7676    delete textIterator;
    7777  }
    78   // delete all remaining fonts (this is done in the ResourceManager)
     78  // delete all remaining fonts (There should not be Anything to do here)
    7979  tList<BaseObject>* fontList = ClassList::getList(CL_FONT);
    8080  if (fontList != NULL)
     
    127127/**
    128128 *  outputs some nice Debug information
    129 
    130    @todo there should also be something outputted about Font
    131 */
     129 *
     130 * @todo there should also be something outputted about Font
     131 */
    132132void TextEngine::debug() const
    133133{
Note: See TracChangeset for help on using the changeset viewer.