Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2005, 10:27:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: SDL include fix in configure and texture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.cc

    r3696 r3701  
    205205      tmpFont = new GLFont("../data/fonts/refluxed.ttf");
    206206      this->glmis->step();
    207 
    208207      // initializing the TrackManager
    209208      trackManager = TrackManager::getInstance();
     
    748747        {
    749748          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();
    751754        }
    752755      else
Note: See TracChangeset for help on using the changeset viewer.