Changeset 9039 in orxonox.OLD for branches/single_player_map/src/world_entities/elements
- Timestamp:
- Jul 3, 2006, 3:16:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/elements/glgui_radar.cc
r9003 r9039 42 42 this->setBackgroundTexture("gui_radar.png"); 43 43 44 this->_updateInterval = 1.0f;44 this->_updateInterval = 0.5f; 45 45 this->_timePassed = 0.0f; 46 46 this->_range = 100.0f; … … 88 88 _timePassed+=dt; 89 89 90 //if (_timePassed > _updateInterval)90 if (_timePassed > _updateInterval) 91 91 { 92 92 _timePassed = 0 ; //-=_updateInterval;
Note: See TracChangeset
for help on using the changeset viewer.