Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 16, 2005, 11:35:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: preventing joining from join, IF and only if one trackElement is not found

File:
1 edited

Legend:

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

    r3833 r3840  
    265265 
    266266  this->setSize(fontSize);
     267
     268  this->setFont(fontFile);
     269
    267270  this->setStyle("c");//TTF_STYLE_NORMAL);
    268 
    269   this->setFont(fontFile);
    270 
    271271
    272272  this->setFastColor(r, g, b);
Note: See TracChangeset for help on using the changeset viewer.