Changeset 5421 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc
- Timestamp:
- Oct 22, 2005, 2:23:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/graphics_engine.cc
r5417 r5421 566 566 this->geTextCFPS->setName("curFPS"); 567 567 this->geTextCFPS->setAlignment(TEXT_ALIGN_LEFT); 568 this->geTextCFPS->setAbsCoor2D(5, 15);568 this->geTextCFPS->setAbsCoor2D(5, 0); 569 569 } 570 570 if (this->geTextMaxFPS == NULL) … … 573 573 this->geTextMaxFPS->setName("MaxFPS"); 574 574 this->geTextMaxFPS->setAlignment(TEXT_ALIGN_LEFT); 575 this->geTextMaxFPS->setAbsCoor2D(5, 40);575 this->geTextMaxFPS->setAbsCoor2D(5, 20); 576 576 } 577 577 if (this->geTextMinFPS == NULL) … … 580 580 this->geTextMinFPS->setName("MinFPS"); 581 581 this->geTextMinFPS->setAlignment(TEXT_ALIGN_LEFT); 582 this->geTextMinFPS->setAbsCoor2D(5, 65);582 this->geTextMinFPS->setAbsCoor2D(5, 40); 583 583 } 584 584 }
Note: See TracChangeset
for help on using the changeset viewer.