Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5767 in orxonox.OLD for trunk/src/lib/shell/shell.cc


Ignore:
Timestamp:
Nov 24, 2005, 7:43:08 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: removed support for text-render-static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.cc

    r5425 r5767  
    312312  for (unsigned int i = 0; i < bufferDisplaySize; i++)
    313313  {
    314     bufferText[i] = new Text(this->fontFile, this->textSize, TEXT_RENDER_DYNAMIC);
     314    bufferText[i] = new Text(this->fontFile, this->textSize);
    315315    bufferText[i]->setAlignment(TEXT_ALIGN_LEFT);
    316316    bufferText[i]->setText(text);
Note: See TracChangeset for help on using the changeset viewer.