Changeset 5122 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc
- Timestamp:
- Aug 25, 2005, 2:07:12 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/graphics_engine.cc
r5121 r5122 464 464 if (this->geTextCFPS == NULL) 465 465 { 466 this->geTextCFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_ DYNAMIC);466 this->geTextCFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_RENDER_DYNAMIC); 467 467 this->geTextCFPS->setAlignment(TEXT_ALIGN_LEFT); 468 468 this->geTextCFPS->setAbsCoor2D(5, 5); … … 470 470 if (this->geTextMaxFPS == NULL) 471 471 { 472 this->geTextMaxFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_ DYNAMIC);472 this->geTextMaxFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_RENDER_DYNAMIC); 473 473 this->geTextMaxFPS->setAlignment(TEXT_ALIGN_LEFT); 474 474 this->geTextMaxFPS->setAbsCoor2D(5, 35); … … 476 476 if (this->geTextMinFPS == NULL) 477 477 { 478 this->geTextMinFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_ DYNAMIC);478 this->geTextMinFPS = TextEngine::getInstance()->createText("fonts/arial_black.ttf", 15, TEXT_RENDER_DYNAMIC); 479 479 this->geTextMinFPS->setAlignment(TEXT_ALIGN_LEFT); 480 480 this->geTextMinFPS->setAbsCoor2D(5, 65);
Note: See TracChangeset
for help on using the changeset viewer.