Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2006, 4:41:32 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: OggPlayer retrieves Information about the current Title
The Title Played is relayed to the Hud's Notifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/elements/glgui_radar.cc

    r9014 r9019  
    4242    this->setBackgroundTexture("gui_radar.png");
    4343
    44     this->_updateInterval = 1.0f;
     44    this->_updateInterval = .01f;
    4545    this->_timePassed = 0.0f;
    4646    this->_range = 100.0f;
     
    9494    _timePassed+=dt;
    9595
    96     //if (_timePassed > _updateInterval)
     96    if (_timePassed > _updateInterval)
    9797    {
    9898      _timePassed = 0 ; //-=_updateInterval;
Note: See TracChangeset for help on using the changeset viewer.