Changeset 3701 in orxonox.OLD for orxonox/branches/textEngine/src/story_entities
- Timestamp:
- Mar 31, 2005, 10:27:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/story_entities/world.cc
r3696 r3701 205 205 tmpFont = new GLFont("../data/fonts/refluxed.ttf"); 206 206 this->glmis->step(); 207 208 207 // initializing the TrackManager 209 208 trackManager = TrackManager::getInstance(); … … 748 747 { 749 748 float fps = 1000/dt; 750 PRINTF(3)("fps = %f\n", fps); 749 PRINTF(0)("fps = %f\n", fps); 750 char tmpChar[20]; 751 sprintf(tmpChar, "fps: %d", rand()); 752 tmpFont->setText(tmpChar); 753 tmpFont->createTexture(); 751 754 } 752 755 else
Note: See TracChangeset
for help on using the changeset viewer.