Changeset 1562 for code/trunk/src/orxonox/hud/Navigation.cc
- Timestamp:
- Jun 7, 2008, 3:39:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/hud/Navigation.cc
r1505 r1562 210 210 } 211 211 else{ 212 focus_->reset Colour();212 focus_->resetMaterial(); 213 213 if(it_ != HUD::getSingleton().roSet.end()){ 214 214 focus_ = *it_; … … 224 224 navMarker_->show(); 225 225 navText_->show(); 226 focus_->setColour( RadarObject::WHITE);226 focus_->setColour(ColourValue::White); 227 227 } 228 228 }
Note: See TracChangeset
for help on using the changeset viewer.