- Timestamp:
- May 28, 2008, 7:47:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/hud/Navigation.cc
r1459 r1460 205 205 void Navigation::cycleFocus(){ 206 206 if(focus_ == NULL){ 207 COUT(3) << "focus = null\n";208 207 it_ = HUD::getSingleton().roSet.begin(); 209 208 focus_ = *it_; … … 211 210 } 212 211 else{ 213 COUT(3) << "focus = " << focus_ << std::endl;214 212 focus_->resetColour(); 215 213 if(it_ != HUD::getSingleton().roSet.end()){
Note: See TracChangeset
for help on using the changeset viewer.