Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 20, 2006, 3:53:37 PM (18 years ago)
Author:
bensch
Message:

trying to fix a strange bug of the static initialisation

File:
1 edited

Legend:

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

    r7726 r7742  
    3636  this->font = NULL;
    3737  this->size = textSize;
     38  this->blending = TEXT_DEFAULT_BLENDING;
     39  this->color = TEXT_DEFAULT_COLOR;
    3840
    3941  this->setFont(fontFile, FONT_DEFAULT_RENDER_SIZE);
    4042
    41   this->blending = TEXT_DEFAULT_BLENDING;
    42   this->color = TEXT_DEFAULT_COLOR;
    4343  this->setAlignment(TEXT_DEFAULT_ALIGNMENT);
    44   this->setSize(TEXT_DEFAULT_SIZE);
    4544}
    4645
Note: See TracChangeset for help on using the changeset viewer.