Changeset 8992 in orxonox.OLD for trunk/src/world_entities/elements/glgui_radar.cc
- Timestamp:
- Jul 2, 2006, 5:00:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/elements/glgui_radar.cc
r8991 r8992 36 36 37 37 38 39 void GLGuiRadar::setAttenuation(Attenuation attenuation) 40 { 41 this->_attenuation = attenuation; 42 } 43 44 45 void GLGuiRadar::tick(float dt) 46 { 47 48 } 49 50 51 void GLGuiRadar::draw() const 52 { 53 54 55 } 56 57 38 58 void GLGuiRadar::resize() 39 59 {
Note: See TracChangeset
for help on using the changeset viewer.