Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 24, 2007, 2:34:09 AM (17 years ago)
Author:
patrick
Message:

fixed some more problems with the new repos

File:
1 edited

Legend:

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

    r9876 r10320  
    633633    if (this->geTextCFPS == NULL)
    634634    {
    635       this->geTextCFPS = new Text("fonts/arial_black.ttf", 15);
     635      this->geTextCFPS = new Text("fonts/final_frontier.ttf", 15);
    636636      this->geTextCFPS->setName("curFPS");
    637637      this->geTextCFPS->setAlignment(TEXT_ALIGN_LEFT);
     
    640640    if (this->geTextMaxFPS == NULL)
    641641    {
    642       this->geTextMaxFPS = new Text("fonts/arial_black.ttf", 15);
     642      this->geTextMaxFPS = new Text("fonts/final_frontier.ttf", 15);
    643643      this->geTextMaxFPS->setName("MaxFPS");
    644644      this->geTextMaxFPS->setAlignment(TEXT_ALIGN_LEFT);
     
    647647    if (this->geTextMinFPS == NULL)
    648648    {
    649       this->geTextMinFPS = new Text("fonts/arial_black.ttf", 15);
     649      this->geTextMinFPS = new Text("fonts/final_frontier.ttf", 15);
    650650      this->geTextMinFPS->setName("MinFPS");
    651651      this->geTextMinFPS->setAlignment(TEXT_ALIGN_LEFT);
Note: See TracChangeset for help on using the changeset viewer.