Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 23, 2006, 8:34:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/font: ok, the font is rendering again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fontdata/src/lib/graphics/text_engine/text.cc

    r8755 r8756  
    179179    if (newFont == NULL)
    180180    {
    181       //      newFont = Font::getDefaultFont();
     181//      newFont = &Font::();
    182182      PRINTF(2)("Font %s could not be loaded, probably file not found\n", fontFile.c_str());
    183183    }
     
    188188
    189189  // unloading the Font if we alrady have one loaded.
     190
    190191  this->_font = *newFont;
    191192//   if (oldFont != NULL && oldFont != Font::getDefaultFont())
Note: See TracChangeset for help on using the changeset viewer.