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