Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8897 for code/branches/hud


Ignore:
Timestamp:
Oct 19, 2011, 4:18:16 PM (13 years ago)
Author:
mspaling
Message:

Names for RadarViewablese added for later use in HUD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/modules/overlays/hud/HUDNavigation.cc

    r8896 r8897  
    193193            // Get Distance to HumanController and save it in the TextAreaOverlayElement.
    194194            //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
    196196
    197197            if ( outOfView )
Note: See TracChangeset for help on using the changeset viewer.