Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5124 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc


Ignore:
Timestamp:
Aug 25, 2005, 2:46:34 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: text is now Rendered as expected (in FastMode)

File:
1 edited

Legend:

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

    r5122 r5124  
    466466  this->geTextCFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_RENDER_DYNAMIC);
    467467  this->geTextCFPS->setAlignment(TEXT_ALIGN_LEFT);
    468   this->geTextCFPS->setAbsCoor2D(5, 5);
     468  this->geTextCFPS->setAbsCoor2D(5, 15);
    469469}
    470470if (this->geTextMaxFPS == NULL)
     
    472472      this->geTextMaxFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_RENDER_DYNAMIC);
    473473      this->geTextMaxFPS->setAlignment(TEXT_ALIGN_LEFT);
    474       this->geTextMaxFPS->setAbsCoor2D(5, 35);
     474      this->geTextMaxFPS->setAbsCoor2D(5, 40);
    475475}
    476476if (this->geTextMinFPS == NULL)
Note: See TracChangeset for help on using the changeset viewer.