Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5767 in orxonox.OLD for trunk/src/util/track/track_manager.cc


Ignore:
Timestamp:
Nov 24, 2005, 7:43:08 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: removed support for text-render-static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/track/track_manager.cc

    r5656 r5767  
    380380  this->setBindSlave(this->trackNode);
    381381  // initializing the Text
    382   this->trackText = new Text("fonts/earth.ttf", 30, TEXT_RENDER_DYNAMIC);
     382  this->trackText = new Text("fonts/earth.ttf", 30);
    383383  this->trackText->setAlignment(E2D_ALIGN_SCREEN_CENTER);
    384384  // initializing the Animation for the Text.
Note: See TracChangeset for help on using the changeset viewer.