Changeset 9019 in orxonox.OLD for trunk/src/world_entities/elements
- Timestamp:
- Jul 2, 2006, 4:41:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/elements/glgui_radar.cc
r9014 r9019 42 42 this->setBackgroundTexture("gui_radar.png"); 43 43 44 this->_updateInterval = 1.0f;44 this->_updateInterval = .01f; 45 45 this->_timePassed = 0.0f; 46 46 this->_range = 100.0f; … … 94 94 _timePassed+=dt; 95 95 96 //if (_timePassed > _updateInterval)96 if (_timePassed > _updateInterval) 97 97 { 98 98 _timePassed = 0 ; //-=_updateInterval;
Note: See TracChangeset
for help on using the changeset viewer.