Changeset 8896 for code/branches/hud/src/modules/overlays
- Timestamp:
- Oct 19, 2011, 4:16:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/modules/overlays/hud/HUDNavigation.cc
r8858 r8896 192 192 outOfView = pos.x < -1.0 || pos.x > 1.0 || pos.y < -1.0 || pos.y > 1.0; 193 193 // Get Distance to HumanController and save it in the TextAreaOverlayElement. 194 it->second.text_->setCaption ( multi_cast<std::string> ( dist ) ); 194 //it->second.text_->setCaption ( multi_cast<std::string> ( dist ) ); 195 it->second.text_->setCaption(it->first->getRVName()); 195 196 196 197 if ( outOfView )
Note: See TracChangeset
for help on using the changeset viewer.