Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 3, 2006, 3:16:31 PM (18 years ago)
Author:
bensch
Message:

added cruizer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/world_entities/elements/glgui_radar.cc

    r9003 r9039  
    4242    this->setBackgroundTexture("gui_radar.png");
    4343
    44     this->_updateInterval = 1.0f;
     44    this->_updateInterval = 0.5f;
    4545    this->_timePassed = 0.0f;
    4646    this->_range = 100.0f;
     
    8888    _timePassed+=dt;
    8989
    90     //if (_timePassed > _updateInterval)
     90    if (_timePassed > _updateInterval)
    9191    {
    9292      _timePassed = 0 ; //-=_updateInterval;
Note: See TracChangeset for help on using the changeset viewer.