Changeset 4067 in orxonox.OLD for orxonox/branches/md2_loader/src/lib
- Timestamp:
- May 5, 2005, 9:16:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/lib/graphics/graphics_engine.cc
r4066 r4067 279 279 sprintf(tmpChar, "fps: %4.0f", this->currentFPS); 280 280 this->geText->setPosition(0, 500); 281 this->geText->setText(tmpChar);281 //this->geText->setText(tmpChar); 282 282 //this->geText->setPosition(0, 420); 283 //this->geText->setText("TEST");283 this->geText->setText("TEST\nTEST2"); 284 284 } 285 285 }
Note: See TracChangeset
for help on using the changeset viewer.