[Orxonox-commit 4226] r8897 - code/branches/hud/src/modules/overlays/hud
mspaling at orxonox.net
mspaling at orxonox.net
Wed Oct 19 16:18:17 CEST 2011
Author: mspaling
Date: 2011-10-19 16:18:16 +0200 (Wed, 19 Oct 2011)
New Revision: 8897
Modified:
code/branches/hud/src/modules/overlays/hud/HUDNavigation.cc
Log:
Names for RadarViewablese added for later use in HUD
Modified: code/branches/hud/src/modules/overlays/hud/HUDNavigation.cc
===================================================================
--- code/branches/hud/src/modules/overlays/hud/HUDNavigation.cc 2011-10-19 14:16:25 UTC (rev 8896)
+++ code/branches/hud/src/modules/overlays/hud/HUDNavigation.cc 2011-10-19 14:18:16 UTC (rev 8897)
@@ -192,7 +192,7 @@
outOfView = pos.x < -1.0 || pos.x > 1.0 || pos.y < -1.0 || pos.y > 1.0;
// Get Distance to HumanController and save it in the TextAreaOverlayElement.
//it->second.text_->setCaption ( multi_cast<std::string> ( dist ) );
- it->second.text_->setCaption(it->first->getRVName());
+ it->second.text_->setCaption(it->first->getRVName()); //only for test purposes
if ( outOfView )
{
More information about the Orxonox-commit
mailing list