Changeset 10320 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jan 24, 2007, 2:34:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/graphics_engine.cc
r9876 r10320 633 633 if (this->geTextCFPS == NULL) 634 634 { 635 this->geTextCFPS = new Text("fonts/ arial_black.ttf", 15);635 this->geTextCFPS = new Text("fonts/final_frontier.ttf", 15); 636 636 this->geTextCFPS->setName("curFPS"); 637 637 this->geTextCFPS->setAlignment(TEXT_ALIGN_LEFT); … … 640 640 if (this->geTextMaxFPS == NULL) 641 641 { 642 this->geTextMaxFPS = new Text("fonts/ arial_black.ttf", 15);642 this->geTextMaxFPS = new Text("fonts/final_frontier.ttf", 15); 643 643 this->geTextMaxFPS->setName("MaxFPS"); 644 644 this->geTextMaxFPS->setAlignment(TEXT_ALIGN_LEFT); … … 647 647 if (this->geTextMinFPS == NULL) 648 648 { 649 this->geTextMinFPS = new Text("fonts/ arial_black.ttf", 15);649 this->geTextMinFPS = new Text("fonts/final_frontier.ttf", 15); 650 650 this->geTextMinFPS->setName("MinFPS"); 651 651 this->geTextMinFPS->setAlignment(TEXT_ALIGN_LEFT);
Note: See TracChangeset
for help on using the changeset viewer.